{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %}
| Field Type | LibreNMS Value | NetBox Object | Description |
|---|---|---|---|
| {{ object.get_field_type_display }} | {{ object.librenms_value }} |
{% if object.netbox_object %}{{ object.netbox_object }}{% else %}—{% endif %} | {{ object.description|default:"—" }} |