{lodgingToEdit ? $t('lodging.edit_lodging') : $t('lodging.new_lodging')}

{$t('adventures.basic_information')}


(lodging.rating = 1)} checked={lodging.rating === 1} /> (lodging.rating = 2)} checked={lodging.rating === 2} /> (lodging.rating = 3)} checked={lodging.rating === 3} /> (lodging.rating = 4)} checked={lodging.rating === 4} /> (lodging.rating = 5)} checked={lodging.rating === 5} /> {#if lodging.rating} {/if}
{$t('adventures.lodging_information')}
{$t('adventures.date_information')}
{#if collection && collection.start_date && collection.end_date} {/if}
{$t('lodging.current_timezone')}: {(() => { const tz = new Intl.DateTimeFormat().resolvedOptions().timeZone; const [continent, city] = tz.split('/'); return `${continent} (${city.replace('_', ' ')})`; })()}