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