{% if notifications | length > 0%} {% for notification in notifications %}
{{notification.titre}}
{{notification.message}} {{notification.createdAt | date('d/m/Y à H:i')}}
{% if notification.action == "url" %}
{% endif %}
{% endfor %} {% else %}
Aucune notification
{% endif %}