Details
{% if object.hid %}Snapshot{% else %}Placeholder{% endif %}
Type
{{ snapshot.doc.device.type }}
Manufacturer
{{ snapshot.doc.device.manufacturer|default:"" }}
Model
{{ snapshot.doc.device.model|default:"" }}
Serial Number
{{ snapshot.doc.device.serialNumber|default:"" }}
{% for chid in object.hids %}
{% endfor %}
Annotations
Key |
Value |
Created on |
|
|
{% for a in object.annotations %}
{% if a.is_user_annotation %}
{{ a.key }} |
{{ a.value }} |
{{ a.created }} |
|
|
{% endif %}
{% endfor %}
{% 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 %}