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

This is your {{ device.t }}.

{% if device.trading %} {{ device.trading }} {% endif %} {% if device.trading and device.physical %} and {% endif %} {% if device.physical %} {{ device.physical }} {% endif %}

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 certified 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: This is proof that this device is genuine.

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 }} {% if device.rate %} {{ device.rate.processor_range }} ({{ device.rate.processor }}) {% endif %}
RAM – {{ device.ram_size // 1000 }} GB {{ macros.component_type(device.components, 'RamModule') }} {% if device.rate %} {{ device.rate.ram_range }} ({{ device.rate.ram }}) {% endif %}
Data Storage – {{ device.data_storage_size // 1000 }} GB {{ macros.component_type(device.components, 'SolidStateDrive') }} {{ macros.component_type(device.components, 'HardDrive') }} {% if device.rate %} {{ device.rate.data_storage_range }} ({{ device.rate.data_storage }}) {% endif %}
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 }} ({{ device.rate.rating }})
Algorithm price {{ device.rate.price }}
Actual price {{ device.price }}

This is the traceability log of your device

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