{% extends "ereuse_devicehub/base_site.html" %} {% block main %}

Inventory

{% if orphans %} {% endif %} {% if orphans %} {% endif %}
{% for ac in erasure.items %} {% if not ac.device.is_mobile() %} {% endif %} {% endfor %}
Select Data Storage Serial DHID Snapshot ID Type of Erasure PHID Erasure Host Result Time
{% if ac.device.phid() %} {% if ac.device.get_type_logo() %} {% endif %} {{ ac.device.serial_number.upper() }} {% else %} {% if ac.device.get_type_logo() %} {% endif %} {{ ac.device.serial_number.upper() }} {% endif %} {% if ac.device.get_lots_for_template() | length > 0 %}
{% for lot in ac.device.get_lots_for_template() %} {{ lot }} {% endfor %}
{% endif %}
{% if ac.device.phid() %} {{ ac.device.dhid }} {% else %} {{ ac.device.dhid }} {% endif %} {{ ac.snapshot.uuid }} {{ ac.type or '' }} {{ ac.get_phid() }} {{ ac.severity }} {{ ac.created.strftime('%Y-%m-%d %H:%M:%S') }}
Showing {{ erasure.first }} to {{ erasure.last }} of {{ erasure.total }} entries
{% include "inventory/alert_export_error.html" %} {% include "inventory/alert_lots_changes.html" %} {% if config['DEBUG'] %} {% else %} {% endif %} {% endblock main %}