{% extends "admin/change_form.html" %} {% load surface_theme i18n admin_urls static admin_modify %} {% block extrahead %} {{ block.super.super }} {{ media.css }} {% endblock %} {% block javascripts %} {{ block.super}} {{ media.js }} {% endblock %} {% block content %}

{{ title }}

{% block n %} {% if change %} {% if not is_popup %}
    {% block object-tools-items %} {% change_form_object_tools %} {% endblock %}
{% endif %} {% endif %} {% endblock %}
{% csrf_token %}{% block form_top %}{% endblock %}
{% if is_popup %}{% endif %} {% if to_field %}{% endif %} {% if save_on_top %}{% block submit_buttons_top %}{% submit_row %}{% endblock %}{% endif %} {% if errors %}

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

{{ adminform.form.non_field_errors }} {% endif %} {% block field_sets %} {% endblock %} {% block after_field_sets %}{% endblock %} {% block inline_field_sets %}{% endblock %} {% block after_related_objects %}{% endblock %} {% block submit_buttons_bottom %}{% submit_row %}{% endblock %}
{% endblock content %}