{% for step in execution.decision_path %}
{{ step.step }}
{%- if step.duration_ms %}{{ step.duration_ms }}ms{% endif -%}
{%- if step.detail.get("n_approved") is not none %} · {{ step.detail["n_approved"] }} approved{% endif -%}
{%- if step.detail.get("rejected") %} · rejected{% endif -%}
{%- if step.detail.get("hitl") %} · HITL{% endif -%}
{%- if step.detail.get("n_violations") %} · {{ step.detail["n_violations"] }} violation(s){% endif -%}
{% else %}
—
{% endfor %}