{% extends 'generic/object.html' %} {% load static %} {% load helpers %} {% load plugins %} {% block breadcrumbs %}
  • Provider Networks
  • {{ object.provider }}
  • {{ object }}
  • {% endblock %} {% block content %}
    Provider Network
    Provider {{ object.provider }}
    Name {{ object.name }}
    Description {{ object.description }}
    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_left_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_right_page object %}
    {% plugin_full_width_page object %}
    {% endblock %}