{% extends "admin/base_site.html" %} {% load i18n admin_urls static djadmin %} {% block extrahead %}{{ block.super }} {{ media }} {% endblock %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} delete-confirmation{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %} {% with max_display=delete_confirmation_max_display %}{% translate 'This cannot be undone. All of the following related items will be deleted too.' %}