{{form_mod_relay.on_command(class_='form-control', value=each_relay.on_command, **{'title':_('Command to execute (as user mycodo) when the relay is instructed to turn on')})}}
{{form_mod_relay.off_command(class_='form-control', value=each_relay.off_command, **{'title':_('Command to execute (as user mycodo) when the relay is instructed to turn off')})}}