{#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')} {$t('adventures.all_day')} β±οΈ {$t('adventures.no_ordered_items')}
{adventure.is_visited ? $t('adventures.visited') : $t('adventures.planned')}
{adventure.category?.display_name + ' ' + adventure.category?.icon}
{#each adventure.visits as visit}
{visit.start_date
? new Date(visit.start_date).toLocaleDateString(undefined, {
timeZone: 'UTC'
})
: ''}
{visit.end_date &&
visit.end_date !== '' &&
visit.end_date !== visit.start_date
? ' - ' +
new Date(visit.end_date).toLocaleDateString(undefined, {
timeZone: 'UTC'
})
: ''}
{transportation.type}
{transportation.type}
{hotel.type}
{$t('adventures.no_adventures_to_recommendations')}
{`${recomendation.tag} ${osmTagToEmoji(recomendation.tag)}`}
{recomendation.address}
{$t('adventures.distance')}: {recomendation.distance_km.toFixed(1)} km ({(
recomendation.distance_km / 1.609344
).toFixed(1)} miles)
{$t('adventures.finding_recommendations')}...
{collection.name}
{/if}
{#if collection.link}
{/if}
{#if collection.description}
{$t('adventures.linked_adventures')}
{$t('adventures.transportations')}
{$t('adventures.lodging')}
{$t('adventures.notes')}
{$t('adventures.checklists')}
{$t('adventures.itineary_by_date')}
{#if numberOfDays}
{$t('adventures.day')}
{i + 1}
{#each orderedItems as orderedItem, index}
{#if orderedItems.length === 0}
Trip Map
{/each}
{$t('adventures.adventure_calendar')}
{$t('recomendations.adventure_recommendations')}
{#each adventures as adventure}
{#if adventure.longitude && adventure.latitude}
{/if}
{/each}
{#if adventures.length == 0}
{recomendation.name || $t('recomendations.recommendation')}
{#if recomendation.address}