{#if isShowingLinkModal}
{$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}
{transportation.type}
{transportation.type}
{collection.name}
{/if}
{#if collection.link}
{/if}
{#if collection && !collection.start_date && adventures.length == 0 && transportations.length == 0 && notes.length == 0 && checklists.length == 0}
{$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}
Trip Map
{$t('adventures.adventure_calendar')}