{% extends "sb_admin/partials/modal/modal_content.html" %} {% load i18n %} {# Default confirmation step for ActionModalView subclasses with #} {# requires_confirmation = True. Renders ``message`` (templated from #} {# ``confirmation_message`` with the ``data`` dict) and replays the #} {# original POST as hidden inputs plus the ``_confirmed=1`` flag, so #} {# the Confirm button re-enters .post() and skips straight to #} {# process_form_valid. #} {% block modal_form_body %} {% if message %}
{{ message }}
{% endif %} {% for key, value in form_data_items %} {% endfor %} {% endblock %} {% block modal_footer %} {% endblock %}