{% if 'command_pwm' in dict_options['options_disabled'] or 'command_pwm' in dict_options['options_enabled'] %}
{{form.pwm_command.label(class_='control-label')}}
{{form.pwm_command(class_='form-control', value=each_device.pwm_command, **{'title': dict_translation['pwm_command']['phrase']})}}
{% endif %}