{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% load plugins %} {% block controls %} {% endblock controls %} {% block content %}
Service Path
Name {{ object.name }}
State {{ object.state }}
Kind {{ object.kind }}
{% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% load render_table from django_tables2 %}
Related Circuits
{% render_table circuits_table 'inc/table.html' %}
{% endblock content %}