{% load helpers %} {% load i18n %} {% if termination.site %} {% trans "Site" %} {% if termination.site.region %} {{ termination.site.region|linkify }} / {% endif %} {{ termination.site|linkify }} {% trans "Termination" %} {% if termination.mark_connected %} {% trans "Marked as connected" %} {% elif termination.cable %} {{ termination.cable }} {% trans "to" %} {% for peer in termination.link_peers %} {% if peer.device %} {{ peer.device|linkify }}
{% elif peer.circuit %} {{ peer.circuit|linkify }}
{% endif %} {{ peer|linkify }}{% if not forloop.last %},{% endif %} {% endfor %}
{% trans "Trace" %} {% if perms.dcim.change_cable %} {% trans "Edit" %} {% endif %} {% if perms.dcim.delete_cable %} {% trans "Disconnect" %} {% endif %}
{% elif perms.dcim.add_cable %} {% endif %} {% else %} {% trans "Provider Network" %} {{ termination.provider_network.provider|linkify }} / {{ termination.provider_network|linkify }} {% endif %} {% trans "Speed" %} {% if termination.port_speed and termination.upstream_speed %} {{ termination.port_speed|humanize_speed }}   {{ termination.upstream_speed|humanize_speed }} {% elif termination.port_speed %} {{ termination.port_speed|humanize_speed }} {% else %} {{ ''|placeholder }} {% endif %} {% trans "Cross-Connect" %} {{ termination.xconnect_id|placeholder }} {% trans "Patch Panel/Port" %} {{ termination.pp_info|placeholder }} {% trans "Description" %} {{ termination.description|placeholder }}