{% load helpers %}
Inventory Monitor
{% if device_probes %} {% for probe in device_probes %} {% endfor %}
ID Time Name Serial Part
{% firstof probe.id %} {{probe.time}} {{probe.name}} {{probe.serial}} {{probe.part}}
{% 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 %}