{% load buttons %} {% if floor_plan %}

{{ floor_plan }} {% edit_button floor_plan %}

Use scroll wheel to zoom in or out. Click and drag to scroll.
Save SVG
{% comment %} Scale the SVG by default to match the page width, preserving its aspect-ratio. See https://css-tricks.com/scale-svg/ for more details. {% endcomment %}
{% else %} {% comment %} The UI should normally not even show the option to reach this view, but someone could enter it manually. {% endcomment %} No floor plan defined. Use the "Add Floor Plan" button above to create one if desired. {% endif %}