{% if pagination.items is empty %}
Aucune notification.
{% else %}
{% for notification in pagination.items %} {% include '@App/notification/_row.html.twig' with {notification: notification} only %} {% endfor %}
Notification Type Date Statut Actions
{% if pagination.pages > 1 %}
Page {{ pagination.page }} / {{ pagination.pages }} - {{ pagination.total }} notification(s)
{% endif %} {% endif %}