{$t('adventures.location_map')}
{$t('adventures.basic_information')}
{$t('adventures.name')}
*
{$t('transportation.type')}
*
{$t('transportation.select_type')}
{$t('lodging.hotel')}
{$t('lodging.hostel')}
{$t('lodging.resort')}
{$t('lodging.bnb')}
{$t('lodging.campground')}
{$t('lodging.cabin')}
{$t('lodging.apartment')}
{$t('lodging.house')}
{$t('lodging.villa')}
{$t('lodging.motel')}
{$t('lodging.other')}
{$t('adventures.rating')}
{#each [1, 2, 3, 4, 5] as star}
(lodging.rating = star)} checked={lodging.rating === star} /> {/each}
{#if !Number.isNaN(lodging.rating)}
(lodging.rating = NaN)} >
{$t('adventures.remove')}
{/if}
{$t('lodging.reservation_number')}
{$t('adventures.link')}
{ lodging.price = event.detail.amount; lodging.price_currency = event.detail.amount === null ? null : event.detail.currency || preferredCurrency; }} />
{$t('adventures.description')}
{#if isGeneratingDesc}
{:else}
{/if} {$t('adventures.generate_desc')}
{#if wikiError}
{wikiError}
{/if}
{$t('adventures.dates')}
{$t('adventures.all_day')}
{#if collection}
{$t('adventures.date_constrain')}
{/if}
{#if dateError}
{dateError}
{/if}
{$t('adventures.check_in')}
{#if allDay}
{:else}
{/if}
{$t('adventures.check_out')}
{#if allDay}
{:else}
{/if}
{#if !allDay}
{/if}
{#if isSaving}
{$t('adventures.saving') || 'Saving...'} {:else if isReverseGeocoding}
{$t('adventures.processing')}... {:else}
{$t('adventures.continue')} {/if}