{% extends base %} {% load cms %} {% block main_content %}
{% csrf_token %} {% if not protected %}

Please confirm that you want to delete the {{ obj }}

{% bundle_url bundle "main_list" as cancel_url %}

Cancel

{% else %}

Cannot delete '{{ obj }}' because the following objects depend on it.

{% for p in protected %}

{{ p }}

{% endfor %} {% endif %}
{% endblock %}