{% extends "admin/base_site.html" %} {% load admin_list compressed djblets_utils i18n staticfiles %} {% block title %} {% block page_title %}{{form.Meta.title}}{% endblock %} {{block.super}} {% endblock %} {% block extrahead %} {% compressed_css "djblets-admin" %} {{form.media.render_css|join:''}} {{block.super}} {% endblock %} {% block scripts-post %} {{block.super}} {{form.media.render_js|join:''}} {% endblock %} {% block bodyclass %}{{block.super}} change-form{% endblock %} {% block content %} {% if form.error_dict %}
{% blocktrans count form.error_dict.items|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}
{% endif %} {% if saved %} {% endif %}