{% if documents %}
{% else %}
| 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 %}