{% load seed_helpers %}
| X Axis | |
| Label Type | {{ object|render_axis_label:'x'|upper }} |
| Origin | {% with field_id="x_origin" value=object|render_origin_seed:'x' %} {% include "nautobot_floor_plan/inc/hover_copy_value.html" %} {% endwith %} |
| Step | {% with field_id="x_step" value=object|render_axis_step:'x' %} {% include "nautobot_floor_plan/inc/hover_copy_value.html" %} {% endwith %} |
| Y Axis | |
| Label Type | {{ object|render_axis_label:'y'|upper }} |
| Origin | {% with field_id="y_origin" value=object|render_origin_seed:'y' %} {% include "nautobot_floor_plan/inc/hover_copy_value.html" %} {% endwith %} |
| Step | {% with field_id="y_step" value=object|render_axis_step:'y' %} {% include "nautobot_floor_plan/inc/hover_copy_value.html" %} {% endwith %} |