{% extends "generic/object_retrieve.html" %} {% load helpers %} {% block breadcrumbs %}
  • Locations
  • {{ object.location | hyperlinked_object }}
  • {{ object | hyperlinked_object }}
  • {% endblock breadcrumbs %} {% block content_left_page %}
    Floor Plan
    Location {{ object.location | hyperlinked_object }}
    X Size (Tiles) {{ object.x_size }}
    Y Size (Tiles) {{ object.y_size }}
    Tile Width (Relative Units) {{ object.tile_width }}
    Tile Depth (Relative Units) {{ object.tile_depth }}
    {% endblock content_left_page %} {% block content_full_width_page %} {% include 'nautobot_floor_plan/inc/floorplan_svg.html' with floor_plan=object %} {% endblock content_full_width_page %}