{% extends 'generic/object.html' %} {% load static %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block extra_controls %} {% if perms.circuits.add_circuit %} Add circuit {% endif %} {% endblock extra_controls %} {% block content %}
Provider
ASNs {% for asn in object.asns.all %} {{ asn|linkify }}{% if not forloop.last %}, {% endif %} {% empty %} {{ ''|placeholder }} {% endfor %}
Description {{ object.description|placeholder }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_left_page object %}
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
Provider Accounts
Circuits
{% plugin_full_width_page object %}
{% endblock %}