{{ controller['Type'] }}@{{ controller['Ip'] }}:{{ controller['Port']}}
{{ controller['Enabled'] }}
Code is going to be here
{% else %}
{% for reg in controller['Registers'] %}
[{{ '%05d' % reg['Address'] }}] ➡ {{ reg['Value'] }} {% if reg['ValueStr'] != '' %}({{ reg['ValueStr'] }}){% endif %}