{% extends "djadmin2theme_bootstrap3/base.html" %} {% load i18n admin2_tags %} {% block title %}{% trans "Are you sure?" %}{% endblock title %} {% block page_title %}{% trans "Are you sure?" %}{% endblock page_title %} {% block breadcrumbs %}
{% blocktrans with objects_name=objects_name count counter=deletable_objects|length %}Are you sure you want to delete the selected {{ objects_name }}? The following item will be deleted: {% plural %}Are you sure you want to delete the selected {{ objects_name }}? The following items will be deleted: {% endblocktrans %}