{% extends "sb_admin/sb_admin_base.html" %} {% load i18n l10n admin_urls static %} {% block extrahead %} {{ block.super }} {{ media }} {% endblock %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} delete-confirmation delete-selected-confirmation{% endblock %} {% block content %}
{% blocktrans with objects_name=objects_name %}This will delete the selected {{ objects_name }} and the related records listed below.{% endblocktrans %}