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