{% extends "aristotle_mdr/base.html" %} {% block title %}Delete items{% endblock %} {% block content %} {# {{ form.media }} #}
{% csrf_token %}

Use this page to confirm you wish to delete the following items.

{{ form.as_table }}
Cancel
{% include 'autocomplete_light/static.html' %} {% endblock %}