{% extends "mailviews/base.html" %} {% block container-class %}preview detail{% endblock %} {% block navigation %} {% endblock %} {% block content %} {% if form %}
{% if form.errors %}
Please correct the errors below before continuing.
{% endif %} {% for field in form %}
{{ field }} {{ field.errors }}
{% endfor %}
{% endif %} {% if message %}
{% for name, value in headers.items %} {% endfor %}
{{ name }} {{ value }}
{% if html %}

HTML

{% endif %}

Text

{% if body %} {{ body|linebreaks }} {% else %}

This message doesn't contain any text content.

{% endif %}

Raw

{{ raw }}
{% endif %} {% endblock %}