My AT Protocol Collections
{#if collections}
{collections.length}
{/if}
{#if collections && collections.length > 0}
{#each collections as collection (collection)}
{collection}
{/each}
{:else if collections}
No collections found.
{:else}
Loading collections...
{/if}