{% extends "admin/base_site.html" %} {% load i18n l10n %} {% block content %}
{{ object }} {% if not object.deletable %} {% trans "This object currently has DoTF protection:" %} {{object.not_deletable_reason}} {% trans "As a superuser you may still proceed with the deletion." %} {% endif %}