{#each steps as [id, label]}
  • { currentStep = id; }} >
    {label}
    {#if stepIsDone(id)} {/if}
  • {/each}