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