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

Inventory

{{ snapshot_sid }} | {{ snapshot_uuid }}

{% if form.show() %} {% endif %}
{% if form.show() %}
Change Snapshot Type Upload
{{ form.csrf_token }} {% for f in form %} {% if f != form.csrf_token %}

{{ f }}

{% endif %} {% endfor %}

Save

{% endif %}
Traceability log Details
{% for log in snapshots_log %}
{{ log.get_status() }}
{{ log.created.strftime('%H:%M %d-%m-%Y') }}

Device: {{ log.get_device() }}
Version: {{ log.version }}

{{ log.description }}

{% endfor %}
{% endblock main %}