{{form_mod_relay.on_command.label(class_='control-label')}}
{{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.label(class_='control-label')}}
{{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')})}}
{{form_mod_relay.on_at_start.label(class_='control-label')}}