{% extends "admin_base.html" %} {% block admin_content %} {% if request.query_params.get('purged') %}
Purged {{ request.query_params.get('wraps', '0') }} wrap(s) and {{ request.query_params.get('objects', '0') }} object(s).
{% endif %} {% if request.query_params.get('purge') == 'confirm' %}Type PURGE to confirm forced cleanup.
{% endif %} {% if request.query_params.get('purge') == 'error' %}Purge failed. Check logs / MinIO connectivity.
{% endif %}Force-delete all wraps from the database and all ciphertext objects in MinIO (wraps/). Audit log is kept. This cannot be undone.