{#if isShowingLinkModal}
The adventure you were looking for could not be found. Please try a different adventure or
check back later.
{collection.description} Duration: {numberOfDays} days
Dates: {new Date(collection.start_date).toLocaleDateString('en-US', { timeZone: 'UTC' })} - {new Date(
collection.end_date
).toLocaleDateString('en-US', { timeZone: 'UTC' })}
Nothing planned for this day. Enjoy the journey!
{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 collection.description}
Linked Adventures
Transportation
Notes
Checklists
Itinerary by Date
{#if numberOfDays}
Day {i + 1} - {currentDate.toLocaleDateString('en-US', { timeZone: 'UTC' })}