{% extends "base-apply.html" %} {% load i18n static %} {% block title %}{% trans "Deleting" %}: {{object.title_text_display }}{% endblock %} {% block content %} {% adminbar %} {% slot header %}{% trans "Deleting" %}: {{ object.title }} #{{object.public_id|default:object.id}}{% endslot %} {% endadminbar %}
{% csrf_token %}

{% blocktrans %}Are you sure you want to delete {{ object }}?{% endblocktrans %}

{% trans "All content related to this submission will also be deleted. This includes reviews, determinations and comments." %}

{% endblock %}