{#if isShowingLinkModal}
The adventure you were looking for could not be found. Please try a different adventure or
check back later.
Duration: {numberOfDays} days
Dates: {new Date(collection.start_date).toLocaleDateString('en-US', { timeZone: 'UTC' })} - {new Date(
collection.end_date
).toLocaleDateString('en-US', { timeZone: 'UTC' })}
No adventures planned for this day.
{adventure.type.charAt(0).toUpperCase() + adventure.type.slice(1)}
{adventure.date
? new Date(adventure.date).toLocaleDateString('en-US', { timeZone: 'UTC' })
: ''}
Adventure not Found
{collection.name}
{/if}
{#if adventures.length > 0}
Linked Adventures
{#if adventures.length == 0}
Itinerary by Date
{#if numberOfDays}
Day {i + 1} - {currentDate.toLocaleDateString('en-US', { timeZone: 'UTC' })}
{#if dayAdventures.length > 0}