{% extends 'generic/object_list.html' %} {% load i18n %} {% block title %}WhatsUp Gold Connections{% endblock %} {% block content_title %} WhatsUp Gold Connections {% endblock %} {% block controls %} Add Connection {% endblock %} {% block table %}
{% for connection in object_list %} {% empty %} {% endfor %}
Name Host Port Active Last Sync Device Count Actions
{{ connection.name }} {{ connection.host }} {{ connection.port }} {% if connection.is_active %} Active {% else %} Inactive {% endif %} {% if connection.last_sync %} {{ connection.last_sync|timesince }} ago {% else %} Never {% endif %} {{ connection.devices.count }} devices

No connections found

{% csrf_token %} {% endblock %}