{#if isShowingLinkModal}
{$t('adventures.not_found_desc')}
{collection.description}
{$t('adventures.duration')}: {numberOfDays}
{$t('adventures.days')}
Dates: {new Date(collection.start_date).toLocaleDateString(undefined, { timeZone: 'UTC' })} - {new Date(
collection.end_date
).toLocaleDateString(undefined, { timeZone: 'UTC' })}
{$t('adventures.nothing_planned')}
{adventure.category?.display_name + ' ' + adventure.category?.icon}
{$t('adventures.not_found')}
{collection.name}
{/if}
{#if collection.link}
{/if}
{#if collection.description}
{$t('adventures.linked_adventures')}
{$t('adventures.transportations')}
{$t('adventures.notes')}
{$t('adventures.checklists')}
{$t('adventures.itineary_by_date')}
{#if numberOfDays}
{$t('adventures.day')}
{i + 1}
{adjustedDate.toLocaleDateString(undefined, { timeZone: 'UTC' })}