{{form_mod_sensor.location(class_='form-control', value=each_sensor.location, **{'title':_('The GPIO pin (BCM numbering) to access the device')})}}
{{form_mod_sensor.switch_edge.label(class_='control-label')}}
{{form_mod_sensor.switch_bounce_time.label(class_='control-label')}}
{{form_mod_sensor.switch_bounce_time(class_='form-control', value=each_sensor.switch_bouncetime, **{'title':_('The amount of time (miliseconds) to bounce the input signal')})}}
{{form_mod_sensor.switch_reset_period.label(class_='control-label')}}
{{form_mod_sensor.switch_reset_period(class_='form-control', value=each_sensor.switch_reset_period, **{'title':_('Wait a period of time (seconds) after the first edge detection to begin detecting again')})}}