{% extends "admin/base_site.html" %} {% load i18n l10n %} {% load admin_urls %} {% block breadcrumbs %}
{% endblock %} {% block content %}Are you sure you want to remove {{ remove }} from the selected {{ objects_name }}? {% if queryset|length > 1 %}All of the{% else %}The{% endif %} following {{ objects_name }} will have {% if queryset|length > 1 %}their{% else %}its{% endif %} {{ remove }}s removed:
{% for obj in queryset %}