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