/usr/local/lib/python3.9/site-packages/django/contrib/admin/templates/admin
{% extends "admin/base_site.html" %} {% load i18n admin_urls static %} {% block extrahead %} {{ block.super }} {{ media }} <script src="{% static 'admin/js/cancel.js' %}" async></script> {% endblock %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} delete-confirmation{% endblock %} {% block breadcrumbs %} <div class="breadcrumbs"> <a href="{% url 'admin:index' %}">{% translate 'Home' %}</a> › <a href="{% url 'admin:app_list' app_label=opts.app_label %}">{{ opts.app_config.verbose_name }}</a> › <a href="{% url opts|admin_urlname:'changelist' %}">{{ opts.verbose_name_plural|capfirst }}</a> › <a href="{% url opts|admin_urlname:'change' object.pk|admin_urlquote %}">{{ object|truncatewords:"18" }}</a> › {% translate 'Delete' %} </div> {% endblock %} {% block content %} {% if perms_lacking %} {% block delete_forbidden %} <p>{% blocktranslate with escaped_object=object %}Deleting the {{ object_name }} '{{ escaped_object }}' would result in deleting related objects, but your account doesn't have permission to delete the following types of objects:{% endblocktranslate %}</p> <ul id="deleted-objects">{{ perms_lacking|unordered_list }}</ul> {% endblock %} {% elif protected %} {% block delete_protected %} <p>{% blocktranslate with escaped_object=object %}Deleting the {{ object_name }} '{{ escaped_object }}' would require deleting the following protected related objects:{% endblocktranslate %}</p> <ul id="deleted-objects">{{ protected|unordered_list }}</ul> {% endblock %} {% else %} {% block delete_confirm %} <p>{% blocktranslate with escaped_object=object %}Are you sure you want to delete the {{ object_name }} "{{ escaped_object }}"? All of the following related items will be deleted:{% endblocktranslate %}</p> {% include "admin/includes/object_delete_summary.html" %} <h2>{% translate "Objects" %}</h2> <ul id="deleted-objects">{{ deleted_objects|unordered_list }}</ul> <form method="post">{% csrf_token %} <div> <input type="hidden" name="post" value="yes"> {% if is_popup %}<input type="hidden" name="{{ is_popup_var }}" value="1">{% endif %} {% if to_field %}<input type="hidden" name="{{ to_field_var }}" value="{{ to_field }}">{% endif %} <input type="submit" value="{% translate 'Yes, I’m sure' %}"> <a href="#" class="button cancel-link">{% translate "No, take me back" %}</a> </div> </form> {% endblock %} {% endif %} {% endblock content %}
.
Edit
..
Edit
404.html
Edit
500.html
Edit
actions.html
Edit
app_index.html
Edit
app_list.html
Edit
auth
Edit
base.html
Edit
base_site.html
Edit
change_form.html
Edit
change_form_object_tools.html
Edit
change_list.html
Edit
change_list_object_tools.html
Edit
change_list_results.html
Edit
color_theme_toggle.html
Edit
date_hierarchy.html
Edit
delete_confirmation.html
Edit
delete_selected_confirmation.html
Edit
edit_inline
Edit
filter.html
Edit
includes
Edit
index.html
Edit
invalid_setup.html
Edit
login.html
Edit
nav_sidebar.html
Edit
object_history.html
Edit
pagination.html
Edit
popup_response.html
Edit
prepopulated_fields_js.html
Edit
search_form.html
Edit
submit_line.html
Edit
widgets
Edit