{% load i18n %} {% for mail in mails %} {% endfor %}
{% trans "Subject" %} {% trans "To" %} {% trans "Sent" %}
{{ mail.subject }} {% if mail.to == "special:all" %}{% trans "All members" %}{% else %}{{ mail.to }}{% endif %} {{ mail.sent|date:"Y-m-d H:i" }}