{% extends "one_column_body.html" %} {% block title %}{% trans title=email.title %}Preview of email "{{ title }}"{% endtrans %}{% endblock %} {% block content %}

{% trans title=email.title %}Preview of email "{{ title }}"{% endtrans %}

{% trans %}Description{% endtrans %}: {{ email.description }}
{% if error_message %}
{{ error_message }}
{% else %}
{% trans %}Subject{% endtrans %}: "{{ subject }}"
{% trans %}Body text (below, email styling preserved){% endtrans %}
{# use iframe to render styling correctly #} {% endif %} {% endblock %}