{% if notifications|length == 0%}
{{ 'Aucune notification' | trans }}
{% else %}
{{ 'toutes les notifications' | trans }}
{% endif %} {% for notif in notifications %}

{{notif['text']|raw}} {{notif['created_on']}}

{% endfor %}