{% load i18n %}
{% for notification in notifications %}
{{ notification.object }}
{{ notification.event }} {{ notification.created|timesince }} {% trans "ago" %}
{% empty %} {% endfor %} {% if total_count %} {% trans "All notifications" %} {% badge total_count %} {% endif %}
{% include 'inc/notification_bell.html' %}