{% load assets i18n humanize %}

Mes notifications

{% for notification in notifications %}
{% if notification.url %}{{ notification.summary }} {% else %}{{ notification.summary }}{% endif %}
{{ notification.body|linebreaks }}
Mise à jour : {{ notification.start_timestamp|date:"DATE_FORMAT" }}
{% empty %}
Aucune notification.
{% endfor %}