{#if stepIndex === $state.current}
{stepTerm} {stepIndex + 1}
({stepTerm} {stepIndex + 1} Content)
{#if $state.total > 1}
{#if stepIndex === 0 && $$slots.navigation}
{:else}
{@html buttonBackLabel}
{/if} {#if stepIndex < $state.total - 1}
{#if locked}
{/if}
{@html buttonNextLabel}
{:else}
{@html buttonCompleteLabel}
{/if}
{/if}
{/if}