{% extends 'generic/object_detail.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/custom_fields_panel.html' %} {% plugin_right_page object %}
Circuit Coordinates
{% render_table circuitcoordinates_table 'inc/table.html' %}
Power Panel Coordinates
{% render_table powerpanelcoordinates_table 'inc/table.html' %}
Power Feed Coordinates
{% render_table powerfeedcoordinates_table 'inc/table.html' %}
Device Coordinates
{% render_table coordinates_table 'inc/table.html' %}
{% endblock content %}