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

Delete Library

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