{% blocktrans count errors|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}
- {% for error in adminform.form.non_field_errors %}
- {{ error }} {% endfor %}
{% extends "admin/base_site.html" %} {% load i18n admin_modify %} {% block extrahead %}{{ block.super }} {{ media }} {% endblock %} {% block stylesheet %}css/forms.css{% endblock %} {% block coltype %}{% if ordered_objects %}colMS{% else %}colM{% endif %}{% endblock %} {% block bodyclass %}{{ opts.app_label }}-{{ opts.object_name.lower }} change-form{% endblock %} {% block breadcrumbs %}{% if not is_popup %}
{% endif %}{% endblock %} {% block content %}{% blocktrans count errors|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}