{% extends 'base/layout.html' %} {% load i18n %} {% load static %} {% block title %}WUG Devices{% endblock %} {% block content %}

WhatsUp Gold Devices

Device Statistics
{{ total_devices }}
Total Devices
{{ synced_devices }}
Sync Enabled
Devices ({{ table.rows|length }})
{% if table.rows %}
{% load django_tables2 %} {% render_table table %}
{% else %}

No Devices Found

{% if request.GET.q or request.GET.connection or request.GET.sync_enabled %} No devices match your current filters. Try adjusting your search criteria. {% else %} No devices have been synced yet. Configure and run a sync from a WhatsUp Gold connection. {% endif %}

Manage Connections
{% endif %}
{% csrf_token %} {% endblock %}