{$t('adventures.my_adventures')}

{filteredAdventures.length} {$t('worldtravel.of')} {totalAdventures} {$t('navbar.adventures')}

{$t('collection.available')}
{totalAdventures}
{$t('adventures.visited')}
{visitedAdventures}
{#if searchQuery.length > 0} {/if}
{#if searchQuery || filterOption !== 'all'} {/if}
{$t('worldtravel.filter_by')}:
{#if isLoading}

{$t('adventures.loading_adventures')}

{:else}
{#if filteredAdventures.length === 0}
{#if searchQuery || filterOption !== 'all'}

{$t('adventures.no_adventures_found')}

{$t('collection.try_different_search')}

{:else}

{$t('adventures.no_linkable_adventures')}

{$t('adventures.all_adventures_already_linked')}

{/if}
{:else}
{#each filteredAdventures as adventure} {/each}
{/if}
{/if}
{filteredAdventures.length} {$t('adventures.adventures_available')}