{% extends "djblets_forms/admin/base_site.html" %} {% load admin_list i18n pipeline static %} {% block title %} {% block page_title %}{{form.Meta.title}}{% endblock %} {{block.super}} {% endblock %} {% block extrahead %} {% url 'admin:jsi18n' as jsi18nurl %} {{block.super}} {% endblock extrahead %} {% block admin_css %} {% stylesheet "djblets-admin" %} {% stylesheet "djblets-forms" %} {% if media %} {{media.css}} {% elif form.media %} {{form.media.css}} {% endif %} {% for bundle_name in form.css_bundle_names %} {% stylesheet bundle_name %} {% endfor %} {{block.super}} {% endblock admin_css %} {% block admin_scripts %} {{block.super}} {% include "js/jquery.html" %} {% include "js/jquery-ui.html" %} {% endblock admin_scripts %} {% block admin_scripts_post %} {% for bundle_name in form.js_bundle_names %} {% javascript bundle_name %} {% endfor %} {{block.super}} {% javascript "djblets-forms" %} {% if media %} {{media.js}} {% elif form.media %} {{form.media.js}} {% endif %} {% endblock admin_scripts_post %} {% block bodyclass %}{{block.super}} change-form{% endblock %} {% block content %} {% if form.errors %}
{% blocktrans count form.errors.items|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}
{% endif %} {% if saved %} {% endif %}