{# Please do apply template filter 'e' to show mail content #}
| {{ _('Mail Body') }} | |
|---|---|
| {% for body_part in bodies %} {{ body_part |e }} {% endfor %} | |
| {{ _('Attachments') }} | |
| {{ loop.index }} | {{ fn |e }} |
| {{ _('Mail Headers') }} | |
| {{ hdr[0] |e }} | {{ hdr[1] |e }} |