{{ device_real.type }} - {{ device_real.verbose_name }}
Details
Type
{{ device_real.type or '- not detected -' }}
Manufacturer
{{ device_real.manufacturer or '- not detected -' }}
Model
{{ device_real.model or '- not detected -' }}
Part Number
{{ device_real.part_number or '- not detected -' }}
Serial Number
{{ device_abstract.serial_number and device_abstract.serial_number.upper() or '- not detected -' }}
Usody Identifier (DHID)
{{ device_real.dhid }}
Inventory Identifier (PHID)
{{ device_real.phid() }}
Device Identifier (CHID):
Last Digital Passport (Last Dpp):
Last Digital Passport (Last Dpp):
- not detected -
Before Digital Passport (Before Dpp):
Before Digital Passport (Before Dpp):
- not detected -
Components
{% if components %}
{% endif %}
{% for component in components|sort(attribute='type') %}
{% endfor %}
{% else %}
{{ component.type }}
{{ component.created.strftime('%H:%M %d-%m-%Y') }}
Manufacturer: {{ component.manufacturer or '- not detected -' }}
Model: {{ component.model or '- not detected -' }}
{% if rol %}
Serial: {{ component.serial_number and component.serial_number.upper() or '- not detected -' }}
{% endif %}
{% if component.type in ['HardDrive', 'SolidStateDrive'] %}
Chid:
{{ component.chid }}
{% endif %}
- not detected -