{% load helpers %} {% include 'inc/messages.html' %} {% if cable_sync.table %}
{% csrf_token %}
info
{% if cable_sync.cache_expiry %}
Cache expires in:
{% endif %}
Filters apply to currently displayed cables.
{% if cable_sync.table.attrs.id == "librenms-cable-table-vc" %} {% endif %}
{% include 'inc/paginator.html' with paginator=cable_sync.table.paginator page=cable_sync.table.page %} {% include 'inc/table.html' with table=cable_sync.table %} {% include 'inc/paginator.html' with paginator=cable_sync.table.paginator page=cable_sync.table.page %}
{% endif %}