{# templates/main.j2 #} DeskHop Config

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 %}