{% extends "ereuse_devicehub/base_site.html" %} {% block main %}
Please check that the information is correct.
Basic Data | Info Snapshot device | Info Placeholder device |
---|---|---|
Manufacturer: | {{ placeholder.binding.manufacturer or '' }} | {{ placeholder.device.manufacturer or '' }} |
Model: | {{ placeholder.binding.model or '' }} | {{ placeholder.device.model or '' }} |
Serial Number: | {{ placeholder.binding.serial_number or '' }} | {{ placeholder.device.serial_number or '' }} |
Brand: | {{ placeholder.binding.brand or '' }} | {{ placeholder.device.brand or '' }} |
Sku: | {{ placeholder.binding.sku or '' }} | {{ placeholder.device.sku or '' }} |
Generation: | {{ placeholder.binding.generation or '' }} | {{ placeholder.device.generation or '' }} |
Version: | {{ placeholder.binding.version or '' }} | {{ placeholder.device.version or '' }} |
Weight: | {{ placeholder.binding.weight or '' }} | {{ placeholder.device.weight or '' }} |
Width: | {{ placeholder.binding.width or '' }} | {{ placeholder.device.width or '' }} |
Height: | {{ placeholder.binding.height or '' }} | {{ placeholder.device.height or '' }} |
Depth: | {{ placeholder.binding.depth or '' }} | {{ placeholder.device.depth or '' }} |
Color: | {{ placeholder.binding.color or '' }} | {{ placeholder.device.color or '' }} |
Production date: | {{ placeholder.binding.production_date or '' }} | {{ placeholder.device.production_date or '' }} |
Variant: | {{ placeholder.binding.variant or '' }} | {{ placeholder.device.variant or '' }} |
Info Snapshot device | Info Placeholder device |
---|---|
{{ placeholder.components or ''}} |
The actions will become placeholder device and will no longer be in the placeholder
Info Snapshot device | Info Placeholder device |
---|---|
{% for a in placeholder.binding.manual_actions %}
* {{ a.t }} {% endfor %} |
{% for a in placeholder.device.manual_actions %}
* {{ a.t }} {% endfor %} |
The tags will become placeholder device and will no longer be in the placeholder
Info Snapshot device | Info Placeholder device |
---|---|
{% for a in placeholder.device.tags %}
* {{ a.t }} {% endfor %} |