{% for step in steps %}
  1. {{ step.status }} Step {{ step.seq }} · {{ step.step_id }} {% if step.message %}— {{ step.message }}{% endif %} {% if step.branch_results %} {% endif %}
  2. {% else %}
  3. No steps executed yet.
  4. {% endfor %}
{% if failed_ix is not none and fix_anchor %}

Fix from here (step {{ failed_ix + 1 }})

{% endif %}