{% extends 'generic/object_detail.html' %} {% load helpers %} {% load plugins %} {% block title %}Topology Views Coordinates{% endblock title %} {% block content %}
Coordinates
Group {{ object.group|linkify }}
Device {{ object.device|linkify }}
X-Coordinate {{ object.x }}
Y-Coordinate {{ object.y }}
{% plugin_left_page object %}
{% include 'inc/custom_fields_panel.html' %} {% plugin_right_page object %}
{% endblock content %}