{% 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 %}