{% load helpers %} {% load static %}
{% include "netbox_librenms_plugin/inc/_sync_cache_countdown.html" with cache_expiry=cable_sync.cache_expiry cache_container_id="cable-cache-countdown" cache_countdown_id="cable-countdown-timer" %}
{% csrf_token %} {# Carry the tab's server_key so the refresh rebinds to it (mirrors _module_sync.html). #} {% include "netbox_librenms_plugin/inc/_hidden_server_key.html" %} {% if has_librenms_id %} {% with model_name=object|meta:"model_name" %} {% if model_name == "device" %} {% endif %} {% endwith %} {% endif %}
{% include 'netbox_librenms_plugin/_cable_sync_content.html' %}