{% extends 'base.html' %} {% block title%} Confirmation {% endblock %} {% block contentbody %}

Are you sure you want to delete the {{ object }}? All of the following related items will be deleted:

{% csrf_token %}
{% if is_popup %}{% endif %} {% if to_field %}{% endif %} No, take me back
{% endblock %}