{# -*- CUI // SP-CTI -*- HITL gate panel — included in coworker/instance.html #} {# Renders pending HITL decisions for a co-worker instance. #} {# Host page must POST to /api/ace//hitl to approve/reject. #} {% if pending_hitl %}

⚠ Human Approval Required

{% for req in pending_hitl %}
{{ req.detail }}
Co-Worker: {{ req.coworker_id }} • Requested: {{ req.created_at }}
{% endfor %}
{% endif %}