{% extends "alerts/new_base.html" %} {% load i18n static alert_fields %} {% block "tools" %}
{{ block.super }} {% endblock %} {% block "aside" %} {% endblock %} {% block "content" %} {% for object in object_list %} {% with object.data as data %} {% endwith %} {% empty %}

{% trans "No notifications" %}

{% endfor %}
{{ object.subject }} {{ object.created|timetag }}
{% endblock %}