{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %}
{% endblock %} {% block content %} {% if deleting %}{% blocktrans %}Really delete? All of the following objects and their related items will be deleted:{% endblocktrans %}
{% endif %} {% if approving %}{% blocktrans %}Approve the selected items? {{ objects_name }}?{% endblocktrans %}
{% endif %}