{% extends "base.html" %} {% block title %}Trash{% endblock %} {% block content %}
{% 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 %}
{% endblock %}