{% extends "ereuse_devicehub/base_site.html" %} {% block main %}

{{ title }}

Please download the ISO file and the settings file of the version you want and follow these steps steps

{% if demo %}
Workbench 2022

Download Checksum: SHA512SUM | Help

{% else %} {% for d, v in iso.items() %} {% if d != 'demo' %}
Workbench {{ d }}
{% if d == 'v14' %}

Settings for basic data erasure. | Help

Settings for advanced data erasure through sectors and hidden areas. Guarantee of data removal. | Help

{% else %}

Settings for register devices.

{% endif %} {% if iso %}

{{ v.iso }}

Download Checksum: SHA512SUM | Help

{% endif %}
{% endif %} {% endfor %} {% endif %}
{% endblock main %}