{% 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 }} | {% if iface.connected_endpoint.device %}{{ iface.connected_endpoint.device }} | {{ iface.connected_endpoint }} | {% elif iface.connected_endpoint.circuit %} {% with circuit=iface.connected_endpoint.circuit %}{{ circuit.provider }} {{ circuit }} | {% endwith %} {% else %}None | {% endif %}