{% 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
{% load django_bootstrap5 %}
{% csrf_token %} {% if form.errors %} {% endif %} {% bootstrap_form form %}
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 %}