{#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} {/if} {/each}
{/if}