{% extends "sb_admin/actions/change_form.html" %} {% load static i18n admin_urls admin_modify filer_admin_tags sb_admin_tags %} {% block extrahead %} {{ block.super }} {% endblock %} {% block style_init %} {{ block.super }} {% icon_css_library %} {% endblock %} {% block form %}
{% csrf_token %} {% if errors %}
{% blocktrans count errors|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}
{{ adminform.form.non_field_errors }} {% endif %} {% if is_popup %}{% endif %} {% if to_field %}{% endif %}
{% include "sb_admin/integrations/filer/image_detail_panel.html" %}
{% block admin_change_form_document_ready %} {% endblock %} {% if sbadmin_is_modal %} {% else %} {# Sticky bar: other models show submit_row; image preview has no editable fields. #} {% block action_bar %}{% endblock %} {% endif %} {% sb_admin_prepopulated_fields_init %} {% if sbadmin_is_modal %} {% endif %} {% endblock %}