{% extends "admin/base_site.html" %} {% load i18n admin_urls static %} {% block bodyclass %}{{ opts.app_label }}-{{ opts.model_name }} delete-confirmation{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% blocktranslate with name=opts.verbose_name obj=object %}Are you sure you want to delete the {{ name }} "{{ obj }}"? All of the following objects and their related items will be deleted permanently.{% endblocktranslate %}