{% set task_columns = table_columns.tasks %} {% for column in task_columns %} {% endfor %} {% if tasks %} {% for t in tasks %} {% endfor %} {% else %} {% endif %}
{{ column.label_for("wui") }}
{{ t.task_id }} {{ t.plan_id }} {{ t.status }} {{ t.priority }} {{ t.claimed_by if t.claimed_by else "—" }} {% if t.human_review.required %} {% set review_label = t.human_review.decision or "pending" %} {{ review_label|replace("_", " ") }} {% if t.human_review.stage_id %}{{ t.human_review.stage_id }}{% endif %} {% else %} — {% endif %}
No tasks in queue.