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

This item is currently referenced by other objects, and cannot be delete without jeopardising data integrity.

To delete it successfully, first remove references from the following objects, then try again:

{% endblocktrans %} {% else %} {{ block.super }} {% endif %} {% endblock %} {% block form %}

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

{% endblock %}