{% extends "ereuse_devicehub/base_site.html" %} {% block main %}
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') }} |