{#if loading} {#each { length: 3 } as _}
{/each} {:else}
{#each albumModalRows as row} {#if row.type === AlbumModalRowType.NEW_ALBUM} {:else if row.type === AlbumModalRowType.SECTION}

{row.text}

{:else if row.type === AlbumModalRowType.MESSAGE}

{row.text}

{:else if row.type === AlbumModalRowType.ALBUM_ITEM && row.album} handleAlbumClick(row.album)} onMultiSelect={() => handleMultiSelect(row.album)} /> {/if} {/each}
{/if}
{#if multiSelectActive} {/if}
{$t('to_select')}
CTRL {$t('to_multi_select')}