{# Name #} {{ cp }} {# Cable #} {% with cable=cp.get_connected_cable %} {% if cable %} Cable {{ cable }} {% if cable.far_end != cp.connected_endpoint %} to {{ cable.far_end.device }} {{ cable.far_end }} {% endif %} {% endif %} {% endwith %} {# Connection #} {% if cp.connected_endpoint %} {{ cp.connected_endpoint.device }} {{ cp.connected_endpoint }} {% else %} Not connected {% endif %} {# Actions #} {% if perms.dcim.change_consoleport %} {% if cp.connected_endpoint %} {% if cp.connection_status %} {% else %} {% endif %} {% else %} {% endif %} {% endif %} {% if perms.dcim.delete_consoleport %} {% if cp.connected_endpoint %} {% else %} {% endif %} {% endif %}