{% if is_popup %}
{% endif %}
{% if errors %}
{% blocktrans count errors|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}
{% for error in adminform.form.non_field_errors %}- {{ error }}
{% endfor %}
{% endif %}
{% block field_sets %}
{% for fieldset in adminform %}
{% include "admin/includes/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 LICENCA_VALIDA %}
{% if allow_change_form == False %}
{% else %}
{% block submit_buttons_bottom %}{% submit_row %}{% endblock %}
{% endif %}
{% if adminform and add %}
{% block extrahead %}
{{ block.super }}
{% endblock %}
{% endif %}
{% endif %}
{% prepopulated_fields_js %}