{% extends 'tom_common/base.html' %} {% load django_bootstrap5 %} {% block title %}Confirm delete{% endblock %} {% block content %}

Confirm Delete

{% csrf_token %}

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

{% bootstrap_button "Confirm" button_type="submit" button_class="btn btn-primary" %}
{% endblock %}