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