{% extends "aristotle_mdr/stewards/base.html" %} {% load i18n %} {% block title %}Edit Collection {{object.name}} | {{ stewardship_organisation }}{% endblock %} {% block page_title %}{{ stewardship_organisation }} | Edit Collection {{object.name}}{% endblock %} {% block steward_content %}

Delete Metadata Collection '{{object.name}}'

{% csrf_token %} {{ form.errors }}

Are you sure you wish to delete this collection?

This action cannot be undone.

{{ form }} Back
{% endblock %}