{% extends "base-apply.html" %} {% load i18n static %} {% block title %}{% trans "Deleting" %}: {{object.title }}{% endblock %} {% block content %}
{% 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." %}