{% if not termination and perms.circuits.add_circuittermination %} Add {% endif %} {% if termination and perms.circuits.change_circuittermination %} Edit Swap {% endif %} {% if termination and perms.circuits.delete_circuittermination %} Delete {% endif %}
Termination - {{ side }} Side
{% if termination %}
Site {% if termination.site.region %} {{ termination.site.region }} {% endif %} {{ termination.site }}
Termination {% if termination.interface %} {{ termination.interface.device }} {{ termination.interface }} {% else %} Not defined {% endif %}
Speed {% if termination.upstream_speed %} {{ termination.port_speed_human }}   {{ termination.upstream_speed_human }} {% else %} {{ termination.port_speed_human }} {% endif %}
IP Addressing {% if termination.interface %} {% for ip in termination.interface.ip_addresses.all %} {% if not forloop.first %}
{% endif %} {{ ip }} ({{ ip.vrf|default:"Global" }}) {% empty %} None {% endfor %} {% else %} N/A {% endif %}
Cross-Connect {% if termination.xconnect_id %} {{ termination.xconnect_id }} {% else %} N/A {% endif %}
Patch Panel/Port {% if termination.pp_info %} {{ termination.pp_info }} {% else %} N/A {% endif %}
{% else %}
None
{% endif %}