{% extends "admin/change_form.html" %} {% load i18n admin_urls static admin_modify %} {% 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 %} {% include "admin/includes/fieldset.html" %} {% block submit_buttons_bottom %} {% translate 'Close' %} {% endblock %} {% block admin_change_form_document_ready %} {% endblock %} {# JavaScript for prepopulated fields #} {% prepopulated_fields_js %}
{% endblock %}