{% extends "ishtar/wizard/confirm_wizard.html" %} {% load i18n link_to_window %} {% block "warning_message" %} {% if current_object.treatment_files.count %}
{% trans "This basket is attached to treatments requests:" %} {% trans "Are you sure you want to delete this basket?" %}
{% endif %}
{% trans "Items inside the basket (these items will not be deleted):" %}
{% trans "Basket informations:" %}
{% endblock %}