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