{% extends 'base.html' %} {% block title %} {{ object}} about to be deleted! {% endblock title %} {% block content %}

Are you sure you want to delete object {{ object}} alongside all attached contents?

This action cannot be undone
{% csrf_token %}
{% endblock content %}