{$t('adventures.location_information')}

{#if is_custom_location} {/if}
{#if places.length > 0}

{$t('adventures.search_results')}

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

{$t('adventures.no_results')}

{/if}
{#each markers as marker} {/each} {#if reverseGeocodePlace}

{$t('adventures.location_details')}

{$t('adventures.display_name')}: {reverseGeocodePlace.city ? reverseGeocodePlace.city + ', ' : ''}{reverseGeocodePlace.region}, {reverseGeocodePlace.country}

{$t('adventures.region')}: {reverseGeocodePlace.region} {reverseGeocodePlace.region_visited ? '✅' : '❌'}

{#if reverseGeocodePlace.city}

{$t('adventures.city')}: {reverseGeocodePlace.city} {reverseGeocodePlace.city_visited ? '✅' : '❌'}

{/if}
{#if !reverseGeocodePlace.region_visited || (!reverseGeocodePlace.city_visited && !willBeMarkedVisited)} {/if} {#if (willBeMarkedVisited && !reverseGeocodePlace.region_visited && reverseGeocodePlace.region_id) || (!reverseGeocodePlace.city_visited && willBeMarkedVisited && reverseGeocodePlace.city_id)} {/if} {/if}