{% load i18n %}

{{ action_title|default:phrases.base.delete_confirm_heading }}


{{ action_object_name }}

{{ action_text|default:phrases.base.delete_warning }}

{% csrf_token %}
{% if action_back_icon %}{% endif %} {{ action_back_label|default:phrases.base.back_button }}
{% for action in additional_actions %} {% if action.href %} {{ action.label }} {% else %} {% endif %} {% endfor %}