{% extends 'dcim/device/base.html' %} {% load static %} {% block title %}{{ object }} - LLDP Neighbors{% endblock %} {% block head %} {% endblock %} {% block content %}
Interface | Configured Device | Configured Interface | LLDP Device | LLDP Interface | ||||
---|---|---|---|---|---|---|---|---|
{{ iface }} | {% with peer=iface.connected_endpoints.0 %} {% if peer.device %}{{ peer.device }} | {{ peer }} | {% elif peer.circuit %} {% with circuit=peer.circuit %}{{ circuit.provider }} {{ circuit }} | {% endwith %} {% else %}None | {% endif %} {% endwith %}