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

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

{% endfor %}