{{form_mod_sensor.cmd_command.label(class_='control-label')}}
{{form_mod_sensor.cmd_command(class_='form-control', value=each_sensor.cmd_command, **{'title':_('The command to executed (as user mycodo) to return a measurement value')})}}
{{form_mod_sensor.cmd_measurement.label(class_='control-label')}}
{{form_mod_sensor.cmd_measurement(class_='form-control', value=each_sensor.cmd_measurement, **{'title':'The condition being measured'})}}
{{form_mod_sensor.cmd_measurement_units.label(class_='control-label')}}
{{form_mod_sensor.cmd_measurement_units(class_='form-control', value=each_sensor.cmd_measurement_units, **{'title':'The units of the condition being measured'})}}