Unfortunately, your browser does not support WebHID or the Permissions Policy is blocking its usage. Please try Chromium
(or Chrome if you have to). Apologies for the inconvenience, hopefully a cross-browser solution happens soon.
DeskHop Config
Output A
{% for item in screen_A %}
{% include "form.html" with context %}
{% endfor %}
Output B
{% for item in screen_B %}
{% include "form.html" with context %}
{% endfor %}
Common Config
{% for item in config %}
{% include "form.html" with context %}
{% endfor %}
Device Status
{% for item in status %}
{% include "form.html" with context %}
{% endfor %}