{% extends "base.html" %} {% block title %}Review{% endblock %} {% block content %}

Review

Proposals change nothing until you approve them. Lowest confidence first. Approval re-checks each proposal against the book as it is now.

{% if pending %} {% for op in pending %} {% include "_operation_card.html" %} {% endfor %} {% else %}
Nothing to reviewWhen an agent or import proposes changes, they appear here.
{% endif %} {% if queue.counts.unmatched_lines or queue.counts.reconciliation_exceptions or queue.counts.issues %}

Also waiting

{% endif %} {% endblock %}