{% extends "base.html" %} {% block content %}

Review queue

Documents flagged by confidence thresholds or missing required fields.
{% for d in docs %} {% endfor %} {% if docs|length == 0 %} {% endif %}
ID Type Year Filer Status Overall conf Notes
{{ d.id[:8] }} {{ d.doc_type or 'unknown' }} {{ d.tax_year or '' }} {{ d.filer or '' }} {{ d.status }} {{ '%.2f'|format(d.overall_confidence or 0) }} {{ d.notes or '' }}
Nothing needs review.
{% endblock %}