{# Please do apply template filter 'e' to show mail content #}   {% if attachments |length > 0 %} {% for fn in attachments %} {% endfor %} {% endif %} {% for hdr in headers %} {% endfor %}
{{ _('Mail Body') }}
{% for body_part in bodies %}

{{ body_part |e }}

{% endfor %}
{{ _('Attachments') }}
{{ loop.index }} {{ fn |e }}
{{ _('Mail Headers') }}
{{ hdr[0] |e }} {{ hdr[1] |e }}