{% load i18n %} Notifications {% block title %}{% endblock %} {% block style %} {% endblock %}
{% trans "Archive All" %}   {% trans "Delete All" %}
{% for notice in notices %}

{{ notice }}

{% trans "Date" %}: {{ notice.added }}

{% trans "Archive" %}   {% trans "Delete" %}
{% endfor %}