{% extends "admin/delete_confirmation.html" %} {% load i18n dj_hyperview_admin %} {% block delete_confirm %} {# Synced with Django 6.1 delete_confirmation.html; keep the revision input. #}

{% blocktranslate %}Are you sure you want to delete the {{ object_name }} ā€œ{{ escaped_object }}ā€? All of the following related items will be deleted:{% endblocktranslate %}

{% include "admin/includes/object_delete_summary.html" %} {% if delete_confirmation_max_display is None or delete_confirmation_max_display > 0 %}

{% translate "Objects" %}

{% endif %}
{% csrf_token %}
{% if is_popup %}{% endif %} {% if to_field %}{% endif %} {% translate "No, take me back" %}
{% endblock %}