{% extends 'base/layout.html' %} {% block title %}Site Mappings{% endblock %} {% block content %}
Site Mappings Add mapping
{% for row in mappings %} {% empty %} {% endfor %}
ControllerUniFi siteNetBox siteEnabled
{% if row.controller %}{{ row.controller.name }}{% else %}Global{% endif %} {{ row.unifi_site }} {{ row.netbox_site }} {{ row.enabled }} Edit Delete
No mappings configured.
{% endblock %}