{% extends "restricted/base.html" %} {% load nm %} {% load i18n %} {% load js %} {% load none_if_epoch %} {% block head_resources %} {{block.super}} {% jsinclude "tables" %} {% endblock %} {% block head %} {{block.super}} {% endblock %} {% block content %}

Mail archive

(Click to see the message body) {% for m in mails %} {% empty %} {% trans "Sorry, this is really strange, no messages in archive." %} {% endfor %}
Date From Subject
{{m.Date}} {{m.From}} {{m.Subject}}
{{m.Body|linebreaks}}
{% endblock %}