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

Inventory

{% for snap in snapshots_log.items %} {% endfor %}
SID Snapshot UUID Version DHID Status Type Upload Type Device Original DHID Time
{% if snap.sid and snap.snapshot_uuid %} {{ snap.sid }} {% endif %} {% if snap.snapshot_uuid %} {{ snap.snapshot_uuid }} {% endif %} {{ snap.get_version() }} {% if snap.get_device() %} {{ snap.get_device() }} {% endif %} {{ snap.get_status() }} {{ snap.get_new_device() }} {{ snap.get_type_device() }} {{ snap.get_original_dhid() }} {{ snap.created.strftime('%Y-%m-%d %H:%M') }} {% if snap.snapshot_uuid %} {% endif %}
Showing {{ snapshots_log.first }} to {{ snapshots_log.last }} of {{ snapshots_log.total }} entries
{% endblock main %}