{% 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?" %}
{{ form }} {% trans 'Cancel' %}
{% endblock %} {% block breadcrumbs %} {% endblock %}