{% 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
{% if iso %}

Download Checksum: SHA512SUMS | Help

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

Settings for basic erease | Help

Settings for erease by sectors | Help

{% else %}

Settings for register devices

{% endif %} {% if iso %}

{{ v }}

Download Checksum: SHA512SUMS | Help

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