{#if $state.total}
{#each Array.from(Array($state.total).keys()) as step}
{isActive(step) ? `${stepTerm} ${step + 1}` : step + 1}
{/each}
{/if}