{% extends "ereuse_devicehub/base_site.html" %} {% block main %}
SID | Snapshot UUID | Version | DHID | System UUID | 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.version }} | {% if snap.device %} {{ snap.device }} {% endif %} | {{ snap.system_uuid }} | {{ snap.status }} | {{ snap.new_device }} | {{ snap.type_device }} | {{ snap.original_dhid }} | {{ snap.created.strftime('%Y-%m-%d %H:%M') }} | {% if snap.snapshot_uuid %} {% endif %} |