{% extends "generic/object_retrieve.html" %} {% load helpers %} {% load seed_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 }}
    X Axis Labels {{ object|render_axis_label:'x' }}
    X Axis Seed {{ object|render_origin_seed:'x' }}
    X Axis Step {{ object|render_axis_step:'x' }}
    Y Axis Labels {{ object|render_axis_label:'y' }}
    Y Axis Seed {{ object|render_origin_seed:'y' }}
    Y Axis Step {{ object|render_axis_step:'y' }}
    Tile(s) {{ object.tiles.count }}
    Child Floor Plan(s) {{ object.location|count_children_floor_plans }}
    {% 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 %}