{% extends "touchtechnology/admin/base.html" %} {% load i18n %} {% load common %} {% block content %} {% with type=object|type %}
{% blocktrans %}You are about to delete the {{ type }} {{ object }}. This will permanently remove it from your site. Are you sure you want to continue?{% endblocktrans %}
{% else %}{% blocktrans %}You are attempting to delete a {{ type }} which has children in the site hierarchy, which is not possible.{% endblocktrans %}
{% endif %} {% endwith %} {% endblock %}