{% extends "base.html" %} {% block title %}run {{ session.id }} · vouch review{% endblock %} {% block content %}

run {{ session.id }}

← queue
agent
{{ session.agent }}
{% if session.task %}
task
{{ session.task }}
{% endif %}
started
{{ session.started_at }}
{% if session.ended_at %}
ended
{{ session.ended_at }}
{% endif %} {% if session.note %}
note
{{ session.note }}
{% endif %}
pending
{{ pending_count }} of {{ rows|length }} still awaiting review

proposals from this run

{% if not rows %}

this run produced no proposals.

{% else %} {% endif %}
{% endblock %}