{% extends "ishtar/wizard/confirm_wizard.html" %} {% load i18n link_to_window %} {% block "warning_message" %} {% with has_downstream=current_object.downstream.count %}
{% trans "Are you sure you want to delete this treatment?" %} {% if has_downstream %} {% trans "The following finds will be deleted and restored to a previous version."%} {% trans "All changes made to the associated finds since this treatment record will be lost!" %} {% endif %}
{% trans "Treatment informations:" %}
{% endwith %} {% endblock %}