{% extends "base-apply.html" %} {% load i18n static %} {% block title %}{% trans "Deleting" %}: {{object.title }}{% endblock %} {% block content %}

{% trans "Deleting" %}: {{ object.title }}

{% 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 %}