{% if no_confidence_data %}

No dispatch_confidence recorded yet — gate compliance data will appear here once tasks are dispatched with the governance fields set.

{% endif %} {% if rows %} {% for row in rows %} {% endfor %}
Task ID Project Worker Confidence Outcome Cost
{{ row.task_id }} {{ row.project }} {{ row.worker_type }} {{ row.confidence }} {{ row.outcome }} {{ row.cost_str }}
{% else %}

No dispatch records yet.

{% endif %}