{% extends "admin/base_site.html" %} {% load i18n jet_tags static %} {% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %} {% block bodyclass %}{{ block.super }} dashboard jet change-form{% endblock %} {% block content %}
{% block object-tools %}{% endblock %}
{% csrf_token %}{% block form_top %}{% endblock %}
{% if form.errors or settings_form.errors %}

{% trans "Please correct the errors below." %}

{% endif %} {% block field_sets %}
{% include "jet.dashboard/update_module_fieldset.html" with form=form wrap=False %} {% if settings_form %} {% include "jet.dashboard/update_module_fieldset.html" with form=settings_form wrap=False %} {% endif %}
{% endblock %} {% block after_field_sets %}{% endblock %} {% block inline_field_sets %} {% if children_formset %}

{{ child_name_plural }}

{{ children_formset.management_form }} {{ children_formset.non_form_errors }} {% for form in children_formset %}

{{ child_name|capfirst }}: #{{ forloop.counter }} {% if forloop.last %} {% trans "Delete" %} {% elif children_formset.can_delete %} {% endif %}

{% if form.non_field_errors %}{{ form.non_field_errors }}{% endif %} {% include "jet.dashboard/update_module_fieldset.html" with form=form %}
{% endfor %} {% with child_name as verbose_name %} {% endwith %}
{% endif %} {% endblock %} {% block after_related_objects %}{% endblock %} {% block submit_buttons_bottom %}
{% endblock %} {% block admin_change_form_document_ready %}{% endblock %}
{% endblock %}