{% extends "admin/base_site.html" %} {% load i18n admin_urls static %} {% block extrahead %} {{ block.super }} {{ media }} {% endblock %} {% block bodyclass %}{{ block.super }} action-confirmation{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %} {% if perms_lacking %} {% block action_forbidden %}

{% blocktranslate %}The action you are trying to perform is not allowed.{% endblocktranslate %}

{% endblock %} {% else %} {% block action_confirm %}

{% translate "Confirm action" %}

{% blocktranslate %}Are you sure you want to perform this action?{% endblocktranslate %}

{% csrf_token %}
{% if is_popup %}{% endif %} {% if to_field %}{% endif %}
{% endblock %} {% endif %} {% endblock content %}