{% extends "admin2/bootstrap/base.html" %} {% load i18n %} {% block content %}

{% blocktrans with objects_name=objects_name %}Are you sure you want to delete the selected {{ objects_name }}?{% endblocktrans %}

{% csrf_token %} {% for item in queryset %} {% endfor %}
{% endblock content %}