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