{% import 'devices/macros.html' as macros %} Devicehub | {{ device.__format__('t') }}

This is your {{ device.t }}.

You can verify the originality of your device.

If your device comes with the following tag

It means it has been refurbished by an eReuse.org certificated organization.

The tag is special –illuminate it with the torch of your phone for 6 seconds and it will react like in the following image:

These are the specifications

{% if device.processor_model %} {% endif %} {% if device.ram_size %} {% endif %} {% if device.data_storage_size %} {% endif %} {% if device.graphic_card_model %} {% endif %} {% if device.network_speeds %} {% endif %} {% if device.rate %} {% endif %} {% if device.rate and device.rate.price %} {% endif %} {% if device.price %} {% endif %}
Range
CPU – {{ device.processor_model }} {{ macros.component_type(device.components, 'Processor') }}
{{ device.rate.processor_range if device.rate }}
RAM – {{ device.ram_size // 1000 }} GB {{ macros.component_type(device.components, 'RamModule') }}
{{ device.rate.ram_range if device.rate }}
Data Storage – {{ device.data_storage_size // 1000 }} GB {{ macros.component_type(device.components, 'SolidStateDrive') }} {{ macros.component_type(device.components, 'HardDrive') }}
{{ device.rate.data_storage_range if device.rate }}
Graphics – {{ device.graphic_card_model }} {{ macros.component_type(device.components, 'GraphicCard') }}
Network – {% if device.network_speeds[0] %} Ethernet {% if device.network_speeds[0] != None %} max. {{ device.network_speeds[0] }} Mbps {% endif %} {% endif %} {% if device.network_speeds[0] and device.network_speeds[1] %} + {% endif %} {% if device.network_speeds[1] %} WiFi {% if device.network_speeds[1] != None %} max. {{ device.network_speeds[1] }} Mbps {% endif %} {% endif %} {{ macros.component_type(device.components, 'NetworkAdapter') }}
Total rate {{ device.rate.rating_range }}
Algorithm price {{ device.rate.price }}
Actual price {{ device.price }}

This is the traceability log of your device

Oldest one.
    {% for event in device.events %}
  1. {{ event.type }} — {{ event }}
    {{ event._date_str }}
  2. {% endfor %}
Latest one.