{% extends 'generic/object.html' %} {% load static %} {% load helpers %} {% load i18n %} {% block title %}{% trans "Floor Plan" %}: {{ object }}{% endblock %} {% block extra_controls %} {% if not edit_mode %} {% trans "Edit Mode" %} {% else %} {% trans "View Mode" %} {% endif %} {% endblock %} {% block content %} {# Combined header bar: floor plan selector + edit controls #}
{% if edit_mode %}
×
{% trans "Dbl-click: place | Click: select | Drag tile: move" %} {% endif %}
{# Main layout: canvas + sidebar #}
{# Left: Canvas area #}
{# Selection status bar at bottom of canvas #}
{% trans "Click a tile to select" %}
{# Right: Sidebar with tile list + detail panels #}
{# Top section: tile list #} {# Draggable divider between tile list and context section #} {# Bottom section: context panels (details, rack elevation, link) #}
{% if edit_mode %} {% endif %} {% endblock %}