{% extends "djadmin2theme_default/base.html" %} {% load admin2_tags i18n %} {% block title %}{% trans "Are you sure?" %}{% endblock title %} {% block page_title %}{% trans "Are you sure?" %}{% endblock page_title %} {% block breadcrumbs %}
{# Translators : this is singular, example : delete the post "My Title" #} {% blocktrans with model_name=model_name object=object %} Are you sure you want to delete the {{ model_name }} "{{ object }}"? {% endblocktrans %} {% blocktrans count counter=deletable_objects|length %} The following item will be deleted: {% plural %} All of the following items will be deleted: {% endblocktrans %}