{% extends "admin/base.html" %} {% block content %} {% if form.errors %}

Please correct the error{{ form.errors|pluralize }} below.

{% endif %}
{% csrf_token %} {{ form.errors }} {{ form.non_field_errors }} {{ form.as_table }}
{% endblock %}