{% extends '@App/app.html.twig' %} {% block title %}Notifications{% endblock %} {% block content %}
{% for notification in notifications %} {% else %} {% endfor %}
TitreMessageStatut
{{ notification.titre }}{{ notification.message }}{{ notification.lu ? 'Lue' : 'Non lue' }}
Aucune notification.
{% endblock %}