{% extends "brillixy/base.html" %} {% load brillixytags admin_urls admin_list i18n %} {% load url from future %} {% load i18n admin_static admin_modify %} {# load admin_urls #} {% block extrastyle %} {% endblock %} {% block extrahead %} {{ block.super }} {{ media }} {% endblock %} {% block breadcrumbs-middle %}
  • / {% if has_change_permission %}{{ opts.verbose_name_plural|capfirst }}{% else %}{{ opts.verbose_name_plural|capfirst }}{% endif %}
  • {% endblock %} {% block breadcrumbs-title %}
  • / {{ title }}{% if original %}: {{ original }}{% endif %}
  • {% endblock %} {% block content_title %}{% endblock %} {% block content %}
    {% if save_on_top %} {% include "brillixy/_object_tools.html" %}
    {% endif %}
    {% csrf_token %} {% if is_popup %}{% endif %} {% 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 %} {% block field_sets %} {% for fieldset in adminform %} {% if not forloop.first %}
    {% endif %} {% include "brillixy/_fieldset.html" %} {% endfor %} {% endblock %} {% block after_field_sets %}{% endblock %} {% block inline_field_sets %} {% for inline_admin_formset in inline_admin_formsets %}
    {% include inline_admin_formset.opts.template %} {% endfor %} {% endblock %} {% block after_related_objects %}{% endblock %} {% if adminform.first_field and add %} {% endif %} {% prepopulated_fields_js %}

    {% include "brillixy/_object_tools.html" %}
    {% endblock %}