{% extends "admin/change_form.html" %} {% load i18n %} {% load static %} {% block content_title %}

Cancel collection `{{ collection.name }}`

{% endblock %} {% block content %}
{% csrf_token %} {% trans "Are you sure you'd like to cancel this collection?" %}
{% endblock %} {% block nav-breadcrumbs %} {% endblock %}