diff --git a/netbox/templates/circuits/circuit.html b/netbox/templates/circuits/circuit.html index 308e9a5c5..9fc264eac 100644 --- a/netbox/templates/circuits/circuit.html +++ b/netbox/templates/circuits/circuit.html @@ -1,7 +1,7 @@ {% extends '_base.html' %} {% load helpers %} -{% block title %}{{ circuit.provider }} Circuit {{ circuit.cid }}{% endblock %} +{% block title %}{{ circuit.provider }} - {{ circuit.cid }}{% endblock %} {% block content %}
ASN | -{{ provider.asn }} | ++ {% if provider.asn %} + {{ provider.asn }} + {% else %} + N/A + {% endif %} + |
Account | -{{ provider.account }} | ++ {% if provider.account %} + {{ provider.account }} + {% else %} + N/A + {% endif %} + |
Customer Portal | - {{ provider.portal_url }} + {% if provider.portal_url %} + {{ provider.portal_url }} + {% else %} + N/A + {% endif %} | |
NOC Contact | -{{ provider.noc_contact|linebreaksbr }} | ++ {% if provider.noc_contact %} + {{ provider.noc_contact|linebreaksbr }} + {% else %} + N/A + {% endif %} + |
Admin Contact | -{{ provider.admin_contact|linebreaksbr }} | ++ {% if provider.admin_contact %} + {{ provider.admin_contact|linebreaksbr }} + {% else %} + N/A + {% endif %} + |
Created | @@ -90,7 +118,7 @@ Comments||
Facility | -{{ site.facility }} | ++ {% if site.facility %} + {{ site.facility }} + {% else %} + N/A + {% endif %} + |
AS Number | -{{ site.asn }} | ++ {% if site.asn %} + {{ site.asn }} + {% else %} + N/A + {% endif %} + |
Physical Address | @@ -81,8 +93,10 @@ Map it + {{ site.physical_address|linebreaksbr }} + {% else %} + N/A {% endif %} - {{ site.physical_address|linebreaksbr }}||
Racks | -- {{ stats.rack_count }} - | -
Devices | -- {{ stats.device_count }} - | -
Prefixes | -- {{ stats.prefix_count }} - | -
VLANs | -- {{ stats.vlan_count }} - | -
Circuits | -- {{ stats.circuit_count }} - | -
Racks
+Devices
+Prefixes
+VLANs
+Circuits
+Sites
Racks
Devices
Prefixes
IP addresses
VLANs
Circuits