{% extends 'base.html' %} {% load i18n %} {% block content %}

{% trans "Delete Collection" %}

{% trans "Are you sure you want to delete this collection?" %} {{ object.name }} {% trans "This action cannot be undone and all images in this collection will be permanently deleted." %}

{% csrf_token %}
{% trans "Cancel" %}
{% endblock %}