{#if $catalog} {#if $catalog.length > 0}
{#if search && sortedCatalog.length === 0}

No results found.

{:else}
{#if $miscSettings.galleryLayout === 'grid'} {#each sortedCatalog as { id } (id)} {/each} {:else} {#each sortedCatalog as { id } (id)} {/each} {/if}
{/if}
{:else}

Your catalog is currently empty.

{/if} {:else} Fetching catalog... {/if}