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