{% extends 'generic/object.html' %} {% load static %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {% endblock %} {% block content %}
Provider Network
Provider {{ object.provider }}
Name {{ object.name }}
Description {{ object.description }}
{% plugin_left_page object %}
Comments
{% if object.comments %} {{ object.comments|render_markdown }} {% else %} None {% endif %}
{% include 'inc/custom_fields_panel.html' %} {% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='circuits:providernetwork_list' %} {% plugin_right_page object %}
Circuits
{% include 'inc/table.html' with table=circuits_table %}
{% include 'inc/paginator.html' with paginator=circuits_table.paginator page=circuits_table.page %}
{% plugin_full_width_page object %}
{% endblock %}