{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block title %}Topology Views Coordinate Group{% endblock title %} {% block content %}
Coordinate Group
Name {{ object.name }}
Description {{ object.description|placeholder }}
{% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
Circuit Coordinates
{% render_table circuitcoordinates_table %}
Power Panel Coordinates
{% render_table powerpanelcoordinates_table %}
Power Feed Coordinates
{% render_table powerfeedcoordinates_table %}
Device Coordinates
{% render_table coordinates_table %}
{% endblock content %}