{% import "forms-macro/files_notification.html.twig" as fileNotif %}
Mes notificationqs
{% for notification in notifications %} {{ fileNotif.createFileNotification(notification) }} {% else %}

Aucune notification est disponible

{% endfor %}