{#if isShowingCollectionModal} (isShowingCollectionModal = false)} on:saveEdit={saveEdit} /> {/if}

{$t(`adventures.my_collections`)}

{count} {$t(`adventures.count_txt`)}

{#if collections.length === 0} {/if}
{#each collections as collection} {/each}
{#if next || previous}
{#each Array.from({ length: totalPages }, (_, i) => i + 1) as page}
{#if currentPage != page} {:else} {/if}
{/each}
{/if}
{$t(`navbar.collections`)}