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

Inventory

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