{{ object.manufacturer }} {{ object.type }} {{ object.model }}

{% if manuals.details.logo %} {% endif %}
{% if manuals.details.image %} {% endif %}

Details

Phid
{{ object.id }}
Type
{{ object.type }}
{% if object.is_websnapshot %} {% for snapshot_key, snapshot_value in object.last_user_evidence %}
{{ snapshot_key }}
{{ snapshot_value|default:'' }}
{% endfor %} {% else %}
Manufacturer
{{ object.manufacturer|default:'' }}
Model
{{ object.model|default:'' }}
{% if user.is_authenticated %}
Serial Number
{{ object.serial_number|default:'' }}
{% endif %} {% endif %}

Identifiers

{% for chid in object.hids %}
{{ chid|default:'' }}
{% endfor %}

Components

{% for component in object.components %}
{{ component.type }}

{% for component_key, component_value in component.items %} {% if component_key not in 'actions,type' %} {% if component_key != 'serialNumber' or user.is_authenticated %} {{ component_key }}: {{ component_value }}
{% endif %} {% endif %} {% endfor %}

{% endfor %}
{% if manuals.icecat %}
Icecat data sheet
{% if manuals.details.logo %} {% endif %} {% if manuals.details.image %} {% endif %} {% if manuals.details.pdf %} {{ manuals.details.title }}
{% else %} {{ manuals.details.title }}
{% endif %}
{% for m in manuals.icecat %}
{% if m.logo %} {% endif %} {% if m.pdf %} {{ m.title }}
{% else %} {{ m.title }}
{% endif %}
{% endfor %}
{% endif %} {% if manuals.laer %}
Recycled Content
Metal
{{ manuals.laer.0.metal }}%
Plastic post Consumer
{{ manuals.laer.0.plastic_post_consumer }}%
Plastic post Industry
{{ manuals.laer.0.plastic_post_industry }}%
{% endif %} {% if manuals.energystar %}
Energy spent
{% if manuals.energystar.long_idle_watts %}
Consumption when inactivity power function is activated (watts)
{{ manuals.energystar.long_idle_watts }}
{% endif %} {% if manuals.energystar.short_idle_watts %}
Consumption when inactivity power function is not activated (watts)
{{ manuals.energystar.short_idle_watts }}
{% endif %} {% if manuals.energystar.sleep_mode_watts %}
sleep_mode_watts Consumption when computer goes into sleep mode (watts)
{{ manuals.energystar.sleep_mode_watts }}
{% endif %} {% if manuals.energystar.off_mode_watts %}
Consumption when the computer is off (watts)
{{ manuals.energystar.off_mode_watts }}
{% endif %} {% if manuals.energystar.tec_allowance_kwh %}
Power allocation for normal operation (kwh)
{{ manuals.energystar.tec_allowance_kwh }}
{% endif %} {% if manuals.energystar.tec_of_model_kwh %}
Consumption of the model configuration (kwh)
{{ manuals.energystar.tec_of_model_kwh }}
{% endif %} {% if manuals.energystar.tec_requirement_kwh %}
Energy allowance provided (kwh)
{{ manuals.energystar.tec_requirement_kwh }}
{% endif %} {% if manuals.energystar.work_off_mode_watts %}
The lowest power mode which cannot be switched off (watts)
{{ manuals.energystar.work_off_mode_watts }}
{% endif %} {% if manuals.energystar.work_weighted_power_of_model_watts %}
Weighted energy consumption from all its states (watts)
{{ manuals.energystar.work_weighted_power_of_model_watts }}
{% endif %}
{% endif %} {% if manuals.ifixit %}
{% for m in manuals.ifixit %}
{% if m.image %} {% endif %} {% if m.url %} {{ m.title }}
{% else %} {{ m.title }}
{% endif %}
{% endfor %}
{% endif %} {% if user.is_anonymous and not roles %} {% else %} {% endif %}