{% extends "crisp_modals/confirm.html" %} {% load crisp_modals %} {% block modal_title %}Delete {{ object|verbose_name }}?{% endblock %} {% block modal_body %}

Are you sure you want to delete the {{ object|verbose_name }} "{{object}}"{% if related %} and the following related items{% endif %}?

{% if related %}

The following related items will also be deleted!

{% endif %} {% if protected %}

This {{ object|verbose_name }} cannot be deleted because it is protected by the following related items:

{% endif %} {% endblock %}