{#if @process}
...loading...
{#elseif length(@possible[@day] || []) == 0}
There are no more openings on {@day}.
{#else}
Please choose a block of time on {@day}.
{#for {hour, mins} <- (@possible[@day] |> hour_map())}
{hour}:
{#for min <- mins}
{min}
{/for}
{/for}
{/if}