{% extends "admin/delete_confirmation.html" %} {% load i18n admin_urls static %} {% block content %}

{% blocktranslate with escaped_object=object %}Are you sure you want to delete the {{ object_name }} "{{ escaped_object }}"? All of the related objects will be deleted!{% endblocktranslate %}

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