Edit {adventure.type} Adventure

{#if adventure.id === '' || isDetails}

Basic Information





{wikiError}



(adventure.rating = 1)} checked={adventure.rating === 1} /> (adventure.rating = 2)} checked={adventure.rating === 2} /> (adventure.rating = 3)} checked={adventure.rating === 3} /> (adventure.rating = 4)} checked={adventure.rating === 4} /> (adventure.rating = 5)} checked={adventure.rating === 5} /> {#if adventure.rating} {/if}

Location Information


{#if places.length > 0}

Search Results

{#each places as place} {/each}
{:else if noPlaces}

No results found

{/if}
{#each markers as marker} {/each}
{#if adventure.is_public}

Share this Adventure!

{window.location.origin}/adventures/{adventure.id}

{/if}
{:else}

Upload images here




{#if images.length > 0}

My Images

{:else}

No Images

{/if}
{#each images as image}
{image.id}
{/each}
{/if}