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