{% load i18n %}
{% csrf_token %}

Are you sure ?

{% trans "Are you sure you want to delete the selected admin info? All of the following objects and their related items will be deleted" %}

{% translate 'Summary' %}

{% for object in content %} {{ object }} {% endfor %}

{% trans "Cancel" %}