{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %} {% spaceless %}
LLDP neigbors
Status {% badge object.get_status_display bg_color=object.get_status_color %}
Status Detail {% badge object.get_status_detail_display bg_color=object.get_status_detail_color %}
Device A {{ object.device_a|linkify }}
interface A {{ object.interface_a|linkify }}
Device B {{ object.device_b|linkify }}
interface B {{ object.interface_b|linkify }}
Last Seen {{ object.last_seen|date:"SHORT_DATETIME_FORMAT" }}

{{ object.imported_data|pprint }}
{% include 'inc/panels/custom_fields.html' %}
Interface A - connection
{% include '../details/detail_interface_inc.html' with object=object.interface_a %}
Interface B - connection
{% include '../details/detail_interface_inc.html' with object=object.interface_b %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endspaceless %} {% endblock content %}