{% 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.
{% if library.workspace_id %}
This Library is managed by Daedalus (workspace {{ library.workspace_id }}). Deleting it here removes its embedded content from Mnemosyne, but the source files still live in Daedalus — it will be recreated and re-embedded on the next Daedalus sync. Use this to clear an orphaned Library that is blocking workspace re-registration.
{% endif %}
{% csrf_token %}
Cancel
{% endblock %}