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

Confirm Delete

{% csrf_token %}

Are you sure you want to delete all data products for observation ID {{ object.observation_id }} for target {{ object }}"?

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