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