{% if perms.dcim.change_frontport or perms.dcim.delete_frontport %}
|
{% endif %}
{{ frontport }}
|
{{ frontport.get_type_display }} |
{{ frontport.rear_port }} |
{{ frontport.rear_port_position }} |
{% with cable=frontport.get_connected_cable %}
{% if cable %}
{{ cable }} to {{ cable.far_end.device }} {{ cable.far_end }}
{% else %}
Not connected
{% endif %}
|
{% endwith %}
{% if perms.dcim.change_frontport %}
{% endif %}
{% if perms.dcim.delete_frontport %}
{% endif %}
|