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