{% include "partials/sidebar.html" %}

Trash

Soft-deleted documents can be restored or removed permanently.

{% if documents %}
{% for doc in documents %} {% endfor %}
Document Type Review status Trashed at Current path Actions
{{ doc.document_id }} {{ doc.document_type }} {{ doc.review_status }} {{ doc.trashed_at }} {{ doc.current_path }}
{% else %}

Trash is empty.

{% endif %}