{% extends "admin/change_form.html" %} {% load actions admin_modify i18n static %} {% block extrahead %}{{ block.super }} {% endblock extrahead %} {% block breadcrumbs %}{% if not is_popup %}
{% endif %}{% endblock breadcrumbs %} {% block content %} {% if formset.errors %}{% if formset.errors|length == 1 %}{% translate "Please correct the error below." %}{% else %}{% translate "Please correct the errors below." %}{% endif %}
{{ adminform.form.non_field_errors }} {% endif %} {% endblock content %}