{% extends 'base.html' %} {% load buttons %} {% load static %} {% load custom_links %} {% load helpers %} {% load plugins %} {% block title %}{{ object }}{% endblock %} {% block header %}
{% if perms.nautobot_plugin_w_rrm.change_locationattributes %} Edit {% endif %} {% if perms.nautobot_plugin_w_rrm.delete_locationattributes %} Delete {% endif %}

{{ object }}

{% include 'inc/created_updated.html' with obj=object %}
{% custom_links object %}
{% endblock %} {% block content %}
LocationAttributes
Human Readable ID {{ object.human_id|placeholder }}
Ground Height {{ object.ground_height|placeholder }}
Roof Height {{ object.roof_height|placeholder }}
Building Height {{ object.building_height|placeholder }}
Latitute {{ object.latitude|placeholder }}
Longitude {{ object.longitude|placeholder }}
{% include 'inc/custom_fields_panel.html' %} {% include 'inc/relationships_panel.html' %} {% plugin_left_page object %}
{% plugin_full_width_page object %}
{% endblock %}