{#if shouldShowEditUserForm}
Cover List Delete album Are you sure you want to delete the album {albumToDelete.albumName}? If this album is shared, other users will not be able to access it anymore.
{/if}
{#if $albums.length === 0}
{#each Object.keys(sortByOptions) as key (key)}
{#each $albums as album (album.id)}
Action
goto(`albums/${album.id}`)}
on:keydown={(event) => event.key === 'Enter' && goto(`albums/${album.id}`)}
tabindex="0"
>
{/each}
{album.albumName}
{album.assetCount}
{album.assetCount == 1 ? `item` : `items`}