Back to Dashboard
{#if loading}

Loading building details...

{:else if building}

{building.name}

{building.floors?.length || 0} Floors
{#if $user?.role === 'ADMIN' && selectedFloorId} {/if}
{#if loadingFloor}

Switching floor...

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

Interactive View - Click a space to see details or book.

{:else}

No floorplan image uploaded. Showing default grid.

{/if}
{:else}

Select a floor to see the layout

{/if}
{:else}

Building not found

The building you're looking for doesn't exist or you don't have access.

Return to Dashboard
{/if}