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

Deleting: {{ object.title }}

{% csrf_token %}

Are you sure you want to delete "{{ object }}"?

All content related to this submission will also be deleted. This includes reviews, determinations and comments.

{% endblock %}