{% extends "admin/base_site.html" %} {% load i18n admin_urls admin_static admin_modify ghoster_tags %} {% block extrahead %}{{ block.super }} {{ media }} {% endblock %} {% block content %} {% if is_popup %}{% endif %} {% if to_field %}{% 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 }} {% for fieldset in adminform %} {% include "admin/includes/fieldset_error.html" %} {% endfor %}