{% extends 'tom_common/base.html' %} {% load bootstrap4 %} {% 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.

{% buttons %} {% endbuttons %}
{% endblock %}