{% extends "ishtar/wizard/delete_wizard.html" %} {% load i18n %} {% block "detailed_related_info" %} {% if current_object.children.count %}
{% trans "Associated containers" %}
{% trans "Theses containers are inside this item. If you delete this item, they won't have any parent container. You probably want to fix that." %}
{% endif %} {% if current_object.finds.count or current_object.finds_ref.count %}
{% trans "Associated finds" %}
{% if current_object.finds.count %}
{% trans "Theses finds are inside this item. If you delete this item, they won't be inside any container. You probably want to fix that." %}
{% endif %} {% if current_object.finds_ref.count %}
{% trans "This item is the reference container for theses finds. If you delete this item, they won't have any reference container. You probably want to fix that." %}
{% endif %}
{% endif %} {% endblock %}