{# State clicked de la notif #} {% if not notif.clicked %} {% endif %} {{ notif.text|raw }}
Notifications
{# Ajax Boutons clean/"vues" ajax #} {% if notifs|length > 0 %}Aucune notifications
{% endif %} {# Liste des notifs #}{% extends 'base.html.twig' %}
{% block title %}Notifications{% endblock %}
{% block meta_description %}
Liste de vos notifications
{% endblock %}
{% block body %}
Aucune notifications
{% endif %} {# Liste des notifs #}