{% extends "base.html" %} {% set active = "queue" %} {% block title %}queue · vouch review{% endblock %} {% block content %}

pending

{{ count }} {% if count == 1 %}proposal{% else %}proposals{% endif %} {% if pages > 1 %} page {{ page }} / {{ pages }} {% endif %} {% if compile_enabled %}
{% endif %}
{% if compiled is not none %}

compiled {{ compiled }} page draft(s) into the queue{% if compile_dropped %} · {{ compile_dropped }} dropped by citation checks{% endif %}.

{% endif %} {% if compile_error %}

compile failed: {{ compile_error }}

{% endif %} {% if not items %}

no pending proposals — every agent write has been reviewed.

{% else %} {% if pages > 1 %} {% endif %} {% endif %}
{% endblock %}