{#if isShowingCollectionModal}
{currentCount}
{activeView === 'owned'
? 'collections'
: activeView === 'shared'
? 'shared collections'
: 'archived collections'}
{activeView === 'owned'
? 'Create your first collection to organize your adventures and memories.'
: activeView === 'shared'
? 'Make sure your profile is public so others can share with you.'
: 'Archived collections will appear here.'}
{$t(`adventures.my_collections`)}
{activeView === 'owned'
? 'No collections yet'
: activeView === 'shared'
? 'No shared collections.'
: 'No archived collections'}
Filters & Sort