{% if 'sht_voltage' in dict_options['options_disabled'] or 'sht_voltage' in dict_options['options_enabled'] %} {% if dict_options['sht_voltage']|length == 1 %}
{{form.sht_voltage.label(class_='control-label')}}
{{form.sht_voltage(class_='form-control', value=each_device.sht_voltage, **{'title': dict_translation['sht_voltage']['phrase']})}}
{% elif dict_options['sht_voltage']|length > 1 %}
{% endif %} {% endif %}