{$t('building.back')}
{#if loading}

{$t('building.loading')}

{:else if building}

{building.name}

{$t('dashboard.floors', { values: { count: building.floors?.length || 0 } })}
{$t('building.selectDate')} e.currentTarget.showPicker()} />
{format(selectedDate, dateFormat, { locale: dateLocale })}
{#if $user?.role === 'ADMIN' && selectedFloorId} {/if}
{#if loadingFloor}

{$t('building.switching')}

{:else if currentFloor}
{#if currentFloor.planImageUrl}

{$t('building.interactiveView')}

{:else}

{$t('building.noFloorplan')}

{/if}
{:else}

{$t('building.selectToSee')}

{/if}
{:else}

{$t('building.notFound')}

{$t('building.notFoundDesc')}

{$t('building.return')}
{/if}