{% extends 'base/layout.html' %} {% block title %}UniFi Controllers{% endblock %} {% block content %}
Controllers Add controller
{% for c in controllers %} {% empty %} {% endfor %}
NameURLAuthEnabledLast test
{{ c.name }} {{ c.base_url }} {{ c.get_auth_mode_display }} {{ c.enabled }} {% if c.last_test_status %} {{ c.last_test_status }}{% if c.last_tested %} ({{ c.last_tested }}){% endif %} {% else %} - {% endif %} Test Edit Delete
No controllers configured.
{% endblock %}