Needs OCR review ({{ needs_ocr_review|length }})
{% if needs_ocr_review %}| Document | Type | Review status | Updated |
|---|---|---|---|
| {{ doc.document_id }} | {{ doc.document_type }} | {{ doc.review_status }} | {{ doc.updated_at }} |
No documents currently need OCR review.
{% endif %}Needs field extraction ({{ needs_field_extraction|length }})
{% if needs_field_extraction %}| Document | Type | Review status | Updated |
|---|---|---|---|
| {{ doc.document_id }} | {{ doc.document_type }} | {{ doc.review_status }} | {{ doc.updated_at }} |
No reviewed documents are waiting on field extraction.
{% endif %}Needs cocktail quality review ({{ needs_quality_review|length }})
{% if needs_quality_review %} {% for row in needs_quality_review %}No cocktail line items are waiting for quality review.
{% endif %}Recently updated
{% if recently_updated %}| Document | Type | Review status | Current path | Updated |
|---|---|---|---|---|
| {{ doc.document_id }} | {{ doc.document_type }} | {{ doc.review_status }} | {{ doc.current_path }} | {{ doc.updated_at }} |
No recent documents found.
{% endif %}