{% load helpers %} {% load seed_helpers %}
Origin | ({% render_axis_origin_tag object "X" %},{% render_axis_origin_tag object "Y" %}) |
Device | {% with field_id="device" value=object.device|hyperlinked_object %} {% include 'nautobot_floor_plan/inc/hover_copy_value.html' %} {% endwith %} |
Rack | {% with field_id="rack" value=object.rack|hyperlinked_object %} {% include 'nautobot_floor_plan/inc/hover_copy_value.html' %} {% endwith %} |
Rack Group | {% with field_id="rack_group" value=object.rack_group|hyperlinked_object %} {% include 'nautobot_floor_plan/inc/hover_copy_value.html' %} {% endwith %} |
Tenant | {% with field_id="tenant" value=object.rack.tenant|hyperlinked_object %} {% include 'nautobot_floor_plan/inc/hover_copy_value.html' %} {% endwith %} |
Tenant Group | {% with field_id="tenant_group" value=object.rack.tenant.tenant_group|hyperlinked_object %} {% include 'nautobot_floor_plan/inc/hover_copy_value.html' %} {% endwith %} |
Power Panel | {% with field_id="power_panel" value=object.power_panel|hyperlinked_object %} {% include 'nautobot_floor_plan/inc/hover_copy_value.html' %} {% endwith %} |
Power Feed | {% with field_id="power_feed" value=object.power_feed|hyperlinked_object %} {% include 'nautobot_floor_plan/inc/hover_copy_value.html' %} {% endwith %} |