{#if isShowingCollectionModal}
{currentCount}
{activeView === 'owned'
? $t('navbar.collections')
: activeView === 'shared'
? $t('collection.shared_collections')
: $t('adventures.archived_collections')}
{activeView === 'owned'
? $t('collection.create_first')
: activeView === 'shared'
? $t('collection.make_sure_public')
: $t('collection.archived_appear_here')}
{$t(`adventures.my_collections`)}
{activeView === 'owned'
? $t('collection.no_collections_yet')
: activeView === 'shared'
? $t('collection.no_shared_collections')
: $t('collection.no_archived_collections')}
{$t('adventures.filters_and_sort')}