{% load i18n %} {% load webmail_tags %} {% load static %} {% if with_top_div %}
{% endif %} {% for email in email_list %}
{{ email.subject|parse_imap_header:"subject"|truncatechars:60 }}

{{ email.from|parse_imap_header:"from" }}

{{ email.date|parse_imap_header:"date" }}

{% if email.answered %}{% endif %}{% if email.forwarded %} {% endif %}{% if email.attachments %} {% endif %} {{ email.size|filesizeformat }}

{% endfor %} {% if with_top_div %}
{% endif %}