{% load assets i18n humanize %}

Mes notifications

{% for notification in notifications %}
{% if notification.url %}{{ notification.summary }} {% else %}{{ notification.summary }}{% endif %}
{{ notification.body|linebreaks }}
{% empty %}
Aucune notification.
{% endfor %}