{% extends "admin/change_form.html" %} {% load i18n admin_urls static admin_modify %} {% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %} {% block content %}
{% csrf_token %}{% block form_top %}{% endblock %}
{% if errors %}

{% if errors|length == 1 %}{% translate "Please correct the error below." %}{% else %}{% translate "Please correct the errors below." %}{% endif %}

{{ form.non_field_errors }} {% endif %} {% block field_sets %}
{{ form.non_field_errors }} {{ form.recipient.errors }}
  {{ form.recipient }}   {% translate "Open preview in full window" %}

{% endblock %}
{% block inline_preview %}
{{ subject }}
{% endblock %}
{% endblock %}