{% load helpers %} {% include 'inc/messages.html' %} {% if interface_sync.table %}
{% csrf_token %} {% block table_actions %}
info
{% if interface_sync.cache_expiry %}
Cache expires in:
{% endif %}
Matching values Mismatched values Not present in NetBox
{% endblock %}
{% include 'htmx/table.html' with table=interface_sync.table %}
{% endif %}