{% load i18n %}

{{ subject }}

From: {{ from_field }}

Date: {{ date }}

To: {{ to }}

{% if cc %}CC: {{ cc }}{% endif %}

{% if attachments %}attach_file {% endif %} Subject: {{ subject }}



{{ body }}


{% if attachments %}

{{ attachments|length }} {% translate 'Attachments' %}

{% for filename in attachments %}

attach_file{{ filename }}

{% endfor %}
{% endif %}