{% extends 'layout.html' %} {% block title %} Confirm Deletion of {{ to_delete|default_if_none:content }} {%endblock%} {% block title_html %}

Confirm Deletion of {{ to_delete|default_if_none:content }}

{% endblock %} {% block content %}
{% csrf_token %}
You are about to delete: {{ to_delete|default_if_none:content }}. There is no way to undo this operation.
{% if warnings %} {% endif %}
Cancel
{% endblock %}