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