{% extends 'cruditor/base.html' %} {% load i18n %} {% block content %} {% if linked_objects %}
{% trans "Unable to delete this item." %}

{% blocktrans %}This item is currently referenced by other objects, and cannot be deleted without jeopardising data integrity. To delete it successfully, first remove references from the following objects, then try again:{% endblocktrans %}

{% else %}
{% csrf_token %} {% block form %}

{% trans 'Are you sure you want to delete this item?' %}

{% endblock %} {% block form_actions %}
{% block form_actions_left %} {% endblock %}
{% block form_actions_right %} {% endblock %}
{% endblock %}
{% endif %} {% endblock %}