{% if notifications.total %} {% for notification in notifications %}

{{ notification.description }}

{{ notification.created_at|date('H:i - d.m.Y') }}

{% endfor %} {% else %}

{{ 'auth.no_notifications'|_ }}

{% endif %}