{% extends "admin/change_form.html" %} {% load i18n admin_modify admin_urls tabbed_admin_tags %} {% block content %}
{% 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 %}{% trans "Please correct the error below." %}{% else %}{% trans "Please correct the errors below." %}{% endif %}

{{ adminform.form.non_field_errors }} {% endif %}
{% for tab in tabs.fields %}
{% for entry in tab.entries %} {% render_tab_fieldsets_inlines entry %} {% endfor %}
{% endfor %}
{% block after_field_sets %}{% endblock %} {% block after_related_objects %}{% endblock %} {% block submit_buttons_bottom %}{% submit_row %}{% endblock %} {% if adminform and add %} {% endif %} {% prepopulated_fields_js %}
{% endblock %}