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

Inventory

{% for snap in snapshots_log %} {% endfor %}
SID Snapshot id Version DHID System UUID Status Time
{% if snap.sid and snap.snapshot_uuid %} {{ snap.sid }} {% endif %} {% if snap.snapshot_uuid %} {{ snap.snapshot_uuid }} {% endif %} {{ snap.version }} {% if snap.device %} {{ snap.device }} {% endif %} {{ snap.system_uuid }} {{ snap.status }} {{ snap.created.strftime('%H:%M %d-%m-%Y') }}
{% endblock main %}