{% extends "base.html" %} {% load i18n %} {% block content %}

{{ object.id }}

Details
{% if object.hid %}Snapshot{% else %}Placeholder{% endif %}
Phid
{{ object.id }}
Id device internal
Type
{{ snapshot.doc.device.type }}
Manufacturer
{{ snapshot.doc.device.manufacturer|default:"" }}
Model
{{ snapshot.doc.device.model|default:"" }}
Serial Number
{{ snapshot.doc.device.serialNumber|default:"" }}
Identifiers
{% for chid in object.hids %}
{{ chid |default:"" }}
{% endfor %}
Annotations
{% for a in object.annotations %} {% if a.is_user_annotation %} {% endif %} {% endfor %}
Key Value Created on
{{ a.key }} {{ a.value }} {{ a.created }}
{% for tag in lot_tags %}
{{ tag }}
{% for lot in object.lot_set.filter %} {% if lot.type == tag %} {% endif %} {% endfor %} {% endfor %}
Documents
File Type Description Uploaded on
Traceability log Details
Snapshot ✓ 14:07 23-06-2024
EraseCrypto ✓ 14:07 23-06-2024
EraseCrypto ✓ 14:07 23-06-2024
Components last snapshot
{% for c in snapshot.components %}
{{ c.type }}
{{ snapshot.created }}

{{ c.manufacturer }}
{{ c.model }}
{{ c.serialNumber }}

{% endfor %}
List of snapshots
{% for snap in object.snapshots %}
{{ snap.created }}

{{ snap.uuid }}

{% endfor %}
{% endblock %}