{% 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 %}