{% extends "cruditor/delete.html" %} {% load i18n %} {% block form_actions_right %} {% endblock %} {% block content %} {% if error_message %}
{% trans "Unable to delete this item." %}

{{ error_message }}

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