{% extends "admin/delete_confirmation.html" %} {% load i18n admin_urls static %} {% block extrahead %} {{ block.super }} {{ media }} {% endblock %} {% block content %}

{% trans "WARNING! This object currently has DoTF protection:" %} {% if not object.deletable %} {{object.not_deletable_reason}} {% trans "As a superuser you may still proceed with the deletion." %} {% endif %}

{{block.super}} {% endblock %}