{% extends "themis/base.html" %} {% block title %}Delete {{ collection.name }} — {{ themis_app_name }}{% endblock %} {% block content %}

Delete Collection

Are you sure you want to delete {{ collection.name }}? This action cannot be undone.
{% csrf_token %}
Cancel
{% endblock %}