{% 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 %}
ASNs | {% for asn in object.asns.all %} {{ asn|linkify }}{% if not forloop.last %}, {% endif %} {% empty %} {{ ''|placeholder }} {% endfor %} |
---|---|
Account | {{ object.account|placeholder }} |
Description | {{ object.description|placeholder }} |
Circuits | {{ circuits_table.rows|length }} |