{% extends "admin/base_site.html" %} {% load i18n %} {% block content %}
{% if selected|length == 1 %}

You are about to delete 1 {{ noun }}:

{% else %}

You are about to delete {{ selected|length }} {{ noun_plural }}:

{% endif %}
{% csrf_token %} {% if next %}{% endif %} {% for item in selected %} {% endfor %} Cancel
{% endblock %}