{% extends "admin/change_form.html" %} {% load i18n admin_modify %} {% load url from future %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% csrf_token %}
{% if errors %}

{% blocktrans count counter=errors|length %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}

{{ adminform.form.non_field_errors }} {% endif %} {% for fieldset in fieldsets %} {% include "admin/includes/fieldset.html" %} {% endfor %} {% submit_row %}
{% endblock %}