{% load helpers %}
{% include 'inc/messages.html' %}
{% if module_sync.table %}
Showing inventory items from LibreNMS matched against NetBox module bays and module types.
{% if module_sync.cache_expiry %}
Cache expires in:
{% endif %}
{# Separate form for Install Selected — uses JS to collect checked rows before submit #}
{% include 'netbox_librenms_plugin/inc/paginator.html' with table=module_sync.table %}
{% include 'inc/table.html' with table=module_sync.table %}
{% include 'netbox_librenms_plugin/inc/paginator.html' with table=module_sync.table %}
{% else %}
No inventory data loaded. Click Refresh Modules to fetch data from LibreNMS.