{% extends 'base/layout.html' %} {% load buttons %} {% load helpers %} {% load plugins %} {% load static %} {% load i18n %} {% load render_table from django_tables2 %} {% block header %}

Site and Location Sync

This page displays the synchronization status between NetBox sites and LibreNMS locations. It allows you to update or create locations in LibreNMS based on NetBox data.

Note: Only LibreNMS locations that match a Netbox site are shown on this page.

Clear
{% endblock %} {% block content %}
{% csrf_token %}
{% include 'inc/paginator.html' with paginator=table.paginator page=table.page %} {% render_table table 'inc/table.html' %} {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}
{% endblock content %}