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