{% extends "mapentity/mapentity_confirm_delete.html" %} {% load static i18n geotrek_tags %} {% block mainpanel %}
{% if object.children.exists or object.children_courses.exists %}

Warning!

{% blocktrans %}You can't delete {{ object }} because it has child outdoor sites associated with it. Modify or delete these child outdoor sites before proceeding.{% endblocktrans %} {% if object.children.exists %}
{% trans 'Child outdoor sites linked to this site' %} :
{% endif %} {% if object.children_courses.exists %}
{% trans 'Child outdoor courses linked to this site' %} :
{% endif %} {% else %}

Warning!

{% blocktrans %}Do you really wish to delete {{ object }} ?{% endblocktrans %}
{% csrf_token %} {% trans "No, back to edit view" %}
{% endif %}
{% endblock mainpanel %}