{% extends "base.html" %} {% block title %}Trash{% endblock %} {% block content %}
Soft-deleted documents can be restored or removed permanently.
| Document | Type | Review status | Trashed at | Current path | Actions |
|---|---|---|---|---|---|
| {{ doc.document_id }} | {{ doc.document_type }} | {{ doc.review_status }} | {{ doc.trashed_at }} | {{ doc.current_path }} |
Trash is empty.
{% endif %}