{% extends "admin/change_form.html" %} {% load i18n admin_urls %} {% block content %} {% if errors or adminform.non_field_errors %}
{% blocktrans count errors|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}
{{ adminform.non_field_errors }} {% endif %} {% endblock %}