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

{{ object.pk }}

Details
{%if object.hid %}Snapshot{% else %}Placeholder{% endif %}
Phid
{{ object.id }}
Id device internal
Type
{{ object.type }}
Manufacturer
{{ object.manufacturer|default:"" }}
Model
{{ object.model|default:"" }}
Part Number
{{ object.part_number|default:"" }}
Serial Number
{{ object.serial_number|default:"" }}
Physical Properties
{% if object.has_physical_properties %}
Weight:
{{ object.physicalproperties.weight }}
width:
{{ object.physicalproperties.width }}
height:
{{ object.physicalproperties.height }}
depth:
{{ object.physicalproperties.depth }}
color:
{{ object.physicalproperties.color }}
image:
{% if object.physicalproperties.image %} {% endif %}
{% endif %}
Incoming Lots
Outgoing Lots
Temporary Lots
Documents
File Type Description Uploaded on
Status Details
Physical State
Lifecycle State
Allocated State
Traceability log Details
Snapshot ✓ 14:07 23-06-2024
EraseCrypto ✓ 14:07 23-06-2024
EraseCrypto ✓ 14:07 23-06-2024
Components Snapshot
Motherboard
14:07 23-06-2024

hp
890e

NetworkAdapter
14:07 23-06-2024

realtek semiconductor co., ltd.
rtl8852ae 802.11ax pcie wireless network adapter

{% endblock %}