{% extends "base.html" %} {% load static i18n %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% trans 'E-Mail List' %}

{% csrf_token %} {% for file in filelist %} {% endfor %}
{% trans 'Date' %} {% trans 'Subject' %} {% trans 'Receiver' %} {% trans 'Attachments' %}
{{ file.date|date:'SHORT_DATETIME_FORMAT'}} {{ file.subject }} {{ file.rec }} {% if file.has_attachments %}✔{% else %}-{% endif %}
{% trans 'Home' %} {% trans 'Delete all' %}
{% endblock %}