Back to documents
|
Open review queue
Trash
{% if documents %}
Document
Type
Review status
Trashed at
Current path
Actions
{% for doc in documents %}
{{ doc.document_id }}
{{ doc.document_type }}
{{ doc.review_status }}
{{ doc.trashed_at }}
{{ doc.current_path }}
Restore
Delete permanently
{% endfor %}
{% else %}
Trash is empty.
{% endif %}