{#if adventure.images && adventure.images.length > 0}
{#if adventure.description}
{/if}
{#each adventure.images as image, i}
{/if}
(image_url = image.image)}>
{/each}
{#each adventure.images as _, i}
{/each}
{adventure.name}
{#if adventure.rating !== undefined && adventure.rating !== null}
{/if}
{adventure.is_public ? 'Public' : 'Private'}
{#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}
Adventure Details
Adventure 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)}