{% load helpers %}
Duplicate Inventory
{% if inv_duplicates_count > 0 %} {% for inv in inv_duplicates %} {% if inv.cf.inventory_monitor_active == False %} {% else %} {% endif %} {% endfor %}
ID Name Device ABRA Asset numbers Probed Last probed Active Actions
{% firstof inv.id %} {{ inv.name }} {% firstof inv.device %} {{ inv.cf.abra_discovered }} {{ inv.cf.asset_numbers }} {{ inv.cf.inventory_monitor_probed }} {{ inv.cf.inventory_monitor_last_probe }} {{ inv.cf.inventory_monitor_active }}
{% else %}
None
{% endif %} {% if total_device_probes_count > 1 %}
Displaying {{ device_probes.count }} of {{ total_device_probes_count }} probed items (View full list)
{% endif %} {% else %}
{% endif %}