{% load helpers %} {% include 'inc/messages.html' %} {% if vlan_sync.error_message %}
{{ vlan_sync.error_message }}
{% elif not vlan_sync.vlan_table or not vlan_sync.vlan_table.rows %}

No VLAN data loaded. Click Refresh VLANs to fetch data from LibreNMS.

{% else %} {% with model_name=vlan_sync.object|meta:"model_name" %}
{% endwith %} {% csrf_token %} {% if vlan_sync.server_key %}{% endif %}
Select a VLAN Group for each row, or leave empty for global VLANs
{% if vlan_sync.cache_expiry %}
Cache expires in:
{% endif %}
Matching values Mismatched values Not present in NetBox
{% include 'netbox_librenms_plugin/inc/paginator.html' with table=vlan_sync.vlan_table %} {% include 'inc/table.html' with table=vlan_sync.vlan_table %} {% include 'netbox_librenms_plugin/inc/paginator.html' with table=vlan_sync.vlan_table %}
{% endif %}