{% 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 %}
| ASN |
{% if object.asn %}
|
|---|---|
| ASNs | {% for asn in object.asns.all %} {{ asn|linkify }}{% if not forloop.last %}, {% endif %} {% empty %} {{ ''|placeholder }} {% endfor %} |
| Account | {{ object.account|placeholder }} |
| Customer Portal | {% if object.portal_url %} {{ object.portal_url }} {% else %} {{ ''|placeholder }} {% endif %} |
| NOC Contact | {{ object.noc_contact|markdown|placeholder }} |
| Admin Contact | {{ object.admin_contact|markdown|placeholder }} |
| Circuits | {{ circuits_table.rows|length }} |