{% extends "ishtar/wizard/confirm_wizard.html" %} {% load i18n %} {% load range %} {% block "warning_message" %}
{% if current_objs and current_objs.1 %} {% trans "Are you sure to want to delete these items?" %} {% else %} {% trans "Are you sure to want to delete this item?" %}{% endif %}

{% trans "No rollback is possible. Be careful to scroll to the end of page to check every piece of information." %}

{% block "extra_warning" %}{% endblock %}
{% endblock %} {% block "cards" %} {% for form_label, form_data in datas %}
{% if form_label %}
{{form_label}}
{% endif %}
{% for current_object in current_objs %}{% if forloop.counter == forloop.parentloop.counter %} {% block "detailed_extra_info" %} {% endblock %} {% endif %}{% endfor %} {% for data in form_data %} {% endfor %}
{{data.0}}{{data.1}}
{% for current_object in current_objs %}{% if forloop.counter == forloop.parentloop.counter %} {% block "detailed_related_info" %} {% endblock %} {% endif %}{% endfor %} {% endfor %} {% endblock "cards" %} {% block "footer" %}{% with need_confirm=True %} {{ block.super }} {% endwith %}{% endblock %}