{% extends "admin/change_form.html" %} {% block breadcrumbs %}{% endblock breadcrumbs %} {% block content_title %}

Message {{object.id}}

{% endblock content_title %} {% block content %}
{{subject}}
{{ from }}
{% for address in to %} {{ address }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% for address in cc %} {{ address }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% if msg_html %}

HTML

{% endif %} {% if msg_text %}

Text

{{msg_text|linebreaks}}
{% endif %} {% if attachments %}

Attachments

{% for file in attachments %}
{{ file.filename }}
{% endfor %}
{% endif %} {% endblock content %}