{#if has_tabs} {#if compact}

Step {($selected_tab_index || 0) + 1}/{tabs.length}: {tabs[$selected_tab_index]?.label || "Walkthrough"}

{/if}
{#each tabs as t, i} {#if is_visible_tab(t)}
{#if i < tabs.length - 1 && !compact}
{/if} {/if} {/each}
{/if}