{#each steps as step, i (i)}
  1. {markFor(step)}
    {labelFor(step)}
    {hintFor(step)}
    {#if step.elapsed_s != null} {step.elapsed_s}s {/if} {#if step.result}
    {JSON.stringify(step.result)}
    {/if} {#if step.err}
    {step.err}
    {/if}
  2. {/each}