Documents
Create test ingest
{% if documents %}
{% for doc in documents %}
{{ doc.document_id }}
— {{ doc.document_type or "unknown" }} — {{ doc.review_status }} — {{ doc.created_at }}
{% endfor %}
{% else %}
No documents yet.
{% endif %}