{% extends "sundae/base.html" %} {% block title %}Delete {{ object_verbose_name|capfirst }}{% endblock %} {% block topnav %} {% endblock %} {% block content %}

Confirm Deletion

Are you sure you want to delete this {{ object_verbose_name }}?

{{ object }}

{% if form %}
{{ form.as_p }}
{% endif %}
{% csrf_token %}
Cancel

This action cannot be undone.

{% endblock %}