{% extends "base.html" %} {% load i18n %} {% block content %} {% for notice in notices %} {% if notice.is_unseen %} {% else %} {% endif %} {% endfor %}
{% trans "Notices" %}
{% trans "Type" %} {% trans "Message" %} {% trans "Date of the Notice" %}
[{% trans notice.notice_type.display %}] {{ notice.message|safe }} {{ notice.added|timesince }} {% trans "ago" %}
{% endblock %}