{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} delete-confirmation{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %} {% if operation == '4' %}{% trans "Are you sure to terminate the request?" %}
{% elif operation == '3' %}{% trans "Are you sure to deny the request?" %}
{% else %}{% blocktrans with escaped_object=object %}Are you sure you want to submit the {{ object_name }} "{{ escaped_object }}"? {% endblocktrans %}
{% endif%}