{% if result %} {% load noctags %}

{{object.name}} ({{object.address}}) LLDP neighbors

{% noctable %} {% for i in result %} {% for n in i.neighbors %} {% endfor %} {% endfor %}
Local interface Remote System Remote Port Remote Caps
{{i.local_interface}} {{n.remote_system_name}}
{{n.remote_chassis_id}}
{{n.remote_port}} {{n.remote_capabilities}}
{% endnoctable %} {% else %} No data!!! {% endif %}