{% if notifications.total %}
{% for notification in notifications %}
{{ notification.created_at|date('H:i - d.m.Y') }}
{{ notification.description }}
{{ 'auth.no_notifications'|_ }}
{% endif %}