{$t('adventures.collection_contents')}
{totalItems} {$t('worldtravel.total_items')}
{$t('navbar.adventures')}
{adventures.length}
{$t('adventures.transportations')}
{transportations.length}
{$t('adventures.lodging')}
{lodging.length}
{#if searchQuery.length > 0}
(searchQuery = '')} >
{/if}
{#if searchQuery || filterOption !== 'all' || sortOption !== 'name_asc'}
{$t('worldtravel.clear_all')}
{/if}
{$t('adventures.sort')}:
(sortOption = 'name_asc')} > A-Z
(sortOption = 'name_desc')} > Z-A
(sortOption = 'date_newest')} > {$t('worldtravel.newest_first')}
(sortOption = 'date_oldest')} > {$t('worldtravel.oldest_first')}
(sortOption = 'visited_first')} > {$t('worldtravel.visited_first')}
(sortOption = 'unvisited_first')} > {$t('worldtravel.unvisited_first')}
{$t('adventures.show')}:
(filterOption = 'all')} >
{$t('adventures.all')}
(filterOption = 'adventures')} >
{$t('navbar.adventures')}
(filterOption = 'transportation')} >
{$t('adventures.transportations')}
(filterOption = 'lodging')} >
{$t('adventures.lodging')}
(filterOption = 'notes')} >
{$t('adventures.notes')}
(filterOption = 'checklists')} >
{$t('adventures.checklists')}
{#if (filterOption === 'all' || filterOption === 'adventures') && filteredAdventures.length > 0}
{$t('adventures.linked_adventures')}
{filteredAdventures.length}
{#each filteredAdventures as adventure}
{/each}
{/if} {#if (filterOption === 'all' || filterOption === 'transportation') && filteredTransportations.length > 0}
{$t('adventures.transportations')}
{filteredTransportations.length}
{#each filteredTransportations as transportation}
{/each}
{/if} {#if (filterOption === 'all' || filterOption === 'lodging') && filteredLodging.length > 0}
{$t('adventures.lodging')}
{filteredLodging.length}
{#each filteredLodging as hotel}
{/each}
{/if} {#if (filterOption === 'all' || filterOption === 'notes') && filteredNotes.length > 0}
{$t('adventures.notes')}
{filteredNotes.length}
{#each filteredNotes as note}
{/each}
{/if} {#if (filterOption === 'all' || filterOption === 'checklists') && filteredChecklists.length > 0}
{$t('adventures.checklists')}
{filteredChecklists.length}
{#each filteredChecklists as checklist}
{/each}
{/if} {#if totalItems === 0}
{#if searchQuery || filterOption !== 'all'}
{:else}
{/if}
{#if searchQuery || filterOption !== 'all'}
{$t('immich.no_items_found')}
{$t('collection.try_different_search')}
{$t('worldtravel.clear_filters')}
{:else}
{/if}
{/if}