{% load helpers %} {% include 'inc/messages.html' %} {% if ip_sync.table %} {% with model_name=ip_sync.object|meta:"model_name" %}
{% endwith %} {% csrf_token %}
{% if ip_sync.cache_expiry %}
Cache expires in:
{% endif %}
Filters apply to currently displayed IP addresses.
{% include 'netbox_librenms_plugin/inc/paginator.html' with table=ip_sync.table %} {% include 'inc/table.html' with table=ip_sync.table %} {% include 'netbox_librenms_plugin/inc/paginator.html' with table=ip_sync.table %}
{% endif %}