{#if $catalog} {#if $catalog.length > 0}
{#if search && sortedCatalog.length === 0}
No results found.
{:else}
{#each sortedCatalog as { id } (id)}
{/each}
{/if}
{:else}
Your catalog is currently empty.
{/if} {:else}
Fetching catalog...
{/if}