{% extends 'generic/object_list.html' %} {% load helpers %} {% block title %}LibreNMS Status Check{% endblock %} {% block content %} {% if table.page.paginator.count == 0 %}
Select filters to check device status in LibreNMS. Click the status to view device LibreNMS sync details.
{% endif %} {{ block.super }} {% endblock %}