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

Are you sure you want to delete the following data products?

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