{% load helpers %} {% load static %}

Interface Sync

{% csrf_token %} {% if has_librenms_id %} {% with model_name=object|meta:"model_name" %} {% if model_name == "device" %} {% elif model_name == "virtualmachine" %} {% endif %} {% endwith %} {% endif %}
{% include 'netbox_librenms_plugin/_interface_sync_content.html' %}