{% if 'wireless_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':_('Wireless 433 MHz On command')})}}
{% endif %}