{% 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."%}
{% for item in current_object.downstream.all %}
{{item}} {{item|link_to_window:request}}
{% endfor %}
{% trans "All changes made to the associated finds since this treatment record will be lost!" %}
{% endif %}