{% load i18n %}

Notifications

{% if notifications %} {% trans "Dismiss all" %} {% endif %}
{% for notification in notifications %}
{% if not notification.event.destructive %} {{ notification.object_repr }} {% else %} {{ notification.object_repr }} {% endif %}
{{ notification.event }} {{ notification.created|timesince }} {% trans "ago" %}
{% empty %} {% endfor %} {% if total_count %} {% trans "All notifications" %} {% badge total_count %} {% endif %}
{% include 'inc/notification_bell.html' %}