-
{% for notification in notifications %}
-
{% if notification.readAt is null %}
{% else %}
{% endif %}
{{ notification.title }}
{{ notification.message }} Il y a {{ notification.ElapsedTimeFormated }}
{% endfor %}