{# Please do apply template filter 'e' to show mail content #}
{% if attachments |length > 0 %} {% for fn in attachments %} {% endfor %} {% endif %} {% for h in headers %} {% endfor %}
{{ _('Mail Body') }}
{{ body |e }}
{{ _('Attachments') }}
{{ loop.index }} {{ fn |e }}
{{ _('Mail Headers') }}
{{ h[0] |e }} {{ h[1] |e }}