{% extends "base_site" %} {% block content %} {% if perms_lacking %}

Deleting the {{ object_name }} "{{ object }}" would result in deleting related objects, but your account doesn't have permission to delete the following types of objects:

{% else %}

Are you sure you want to delete the {{ object_name }} "{{ object }}"? All of the following related items will be deleted:

{% endif %} {% endblock %}