{% load assets i18n humanize %} {% for notification in notifications %}

{% if notification.url %}{{ notification.summary }} {% else %}{{ notification.summary }}{% endif %}

{{ notification.body|linebreaks }}

{{ notification.start_timestamp|naturaltime }}

×
{% empty %}
Aucune notification.
{% endfor %}
Afficher les notifications plus anciennes
{% if push_notifications_enabled %}
Activer les notifications
Désactiver les notifications
{% endif %}