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

Manual gates

{% if manual_gates %}

Human handoff and approval artifacts across runs.

{% else %}

No manual gates yet.

{% endif %}
{% for record in manual_gates %} {% endfor %}
Gate id Run Task Status Question
{{ record.gate.gate_id }} {{ record.run_id }} {{ record.task_id }} {{ record.gate.status.value }} {% if record.human_request %} {{ record.human_request.question }} {% else %} - {% endif %}
{% endblock %}