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

Are you sure you want to delete "{{ object }}"? Note that this will not delete it's individual observation records.

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