Details
Type
{{ device_real.type or '- not detected -' }}
Manufacturer
{{ device_real.manufacturer and device_real.manufacturer.upper() or '- not detected -' }}
Model
{{ device_real.model or '- not detected -' }}
Device Identifier (CHID):
Usody Identifier (DHID)
{{ device_real.dhid }}
Components
    {% for component in components %} {% if component.type == "Processor" %}
  • Processor: {{ component.manufacturer or '- not detected -' }} {{ component.model or '- not detected -'}}
  • {% endif %} {% endfor %} {% for component in components %} {% if component.type in ['HardDrive', 'SolidStateDrive'] %}
  • {{ component.type }}: {% if component.size %}{{ component.size/1000 }}GB{% else %} - not detected - {% endif %}
  • {% endif %} {% endfor %} {% for component in components %} {% if component.type == 'RamModule' %}
  • Ram: {% if component.size %}{{ component.size }}MB{% else %} - not detected - {% endif %}
  • {% endif %} {% endfor %} {% for component in components %} {% if component.type == 'SoundCard' %}
  • Sound: {{ component.manufacturer or '- not detected -' }} {{ component.model or '- not detected -'}}
  • {% endif %} {% endfor %} {% for component in components %} {% if component.type == 'NetworkAdapter' %}
  • Network: {{ component.manufacturer or '- not detected -' }} {{ component.model or '- not detected -'}}
  • {% endif %} {% endfor %}
{% if user.is_anonymous and not rols %} {% else %} {% endif %} {% if rols and not rol %} {% endif %}