{% extends base_template %} {% load i18n l10n %} {% load url from future %} {% load xadmin_tags %} {% load crispy_forms_tags %} {% block extrahead %}{{ block.super }} {% url 'admin:jsi18n' as jsi18nurl %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% csrf_token %} {% if model_icon %} {% endif %} {{ title }} {% if errors %}

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

{{ form.non_field_errors }} {% endif %} {% for obj in queryset %} {% endfor %} {% crispy form %}
{% endblock %}