{% extends "newman/change_form.html" %} {% load newman_modify cache i18n %} {% block content %} {{ media }}
{% block form_top %}{% endblock %}
{% if errors %}

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

{% endif %} {% block fieldsets %} {% for fieldset in adminform %} {% include "newman/includes/fieldset.html" %} {% endfor %} {% endblock %}
{% endblock %} {% block content_js %} {% endblock %}