{#if isWarningModalOpen} (isWarningModalOpen = false)} on:confirm={deleteTransportation} /> {/if}

{lodging.name}

{$t(`lodging.${lodging.type}`) + ' ' + getLodgingIcon(lodging.type)}
{#if unlinked}
{$t('adventures.out_of_range')}
{/if}
{#if lodging.location}
{$t('adventures.location')}:

{lodging.location}

{/if} {#if lodging.check_in && lodging.check_out}
{$t('adventures.dates')}:

{formatDateInTimezone(lodging.check_in ?? '', lodging.timezone ?? undefined)} – {formatDateInTimezone(lodging.check_out ?? '', lodging.timezone ?? undefined)} {#if lodging.timezone} ({lodging.timezone}) {/if}

{/if} {#if lodging.user_id == user?.uuid || (collection && user && collection.shared_with && collection.shared_with.includes(user.uuid))} {#if lodging.reservation_number}
{$t('adventures.reservation_number')}:

{lodging.reservation_number}

{/if} {#if lodging.price}
{$t('adventures.price')}:

{lodging.price}

{/if} {/if}
{#if lodging.user_id == user?.uuid || (collection && user && collection.shared_with && collection.shared_with.includes(user.uuid))}
{/if}