{steps[rota.currentStep - 1].title}

{steps[rota.currentStep - 1].description}

{#each ["ΔΕΥΤΕΡΑ", "ΤΡΙΤΗ", "ΤΕΤΑΡΤΗ", "ΠΕΜΠΤΗ", "ΠΑΡΑΣΚΕΥΗ", "ΣΑΒΒΑΤΟ", "ΚΥΡΙΑΚΗ"] as dayName}
{dayName}
{/each}
{#each rota.emptySlots as _}
{/each} {#each rota.daysArray as day (day)} {@const slotCount = getRequiredSlots(day)}
{day}
{#if slotCount > 0} {/if} {#if slotCount == 2} {/if}
{/each}