{#if adventure.image}
{/if}
{#if adventure.description}
{/if}
{adventure.name}
{#if adventure.rating !== undefined && adventure.rating !== null}
{/if}
{adventure.is_public ? 'Public' : 'Private'}
{#if adventure.date}
{new Date(adventure.date).toLocaleDateString(undefined, {
timeZone: 'UTC'
})}
{/if}
{#if adventure.location}
{adventure.location}
{/if}
{#if adventure.activity_types && adventure.activity_types?.length > 0}
{adventure.activity_types.join(', ')}
{/if}
{#if adventure.link}
{/if}
{adventure.description}
Trip Details
Trip Type
{adventure.type[0].toLocaleUpperCase() + adventure.type.slice(1)}
Collection
{data.props.collection.name}Latitude
{adventure.latitude}° N
Longitude
{adventure.longitude}° W
{adventure.name}
{adventure.type.charAt(0).toUpperCase() + adventure.type.slice(1)}
{adventure.date ? new Date(adventure.date).toLocaleDateString(undefined, { timeZone: 'UTC' }) : ''}