{#if isLoading}

Loading collection...

{:else if isEmpty}
{#if data.isOwner}

Your collection is empty

Use the "Add to Collection" button above to get started

{:else}

This collection is empty or private

{/if}
{:else if currentViewMode === 'grid'}
{#each allCharacters as character, i (i)} openCharacterDetails(character)}> {/each}
{:else}
{#each allCharacters as character, i (i)} openCharacterDetails(character)}> {/each}
{/if} {#if !isLoading && !isEmpty}
{#if collectionQuery.isFetchingNextPage}
Loading more...
{/if} {/if}