{% include 'pages/data_options/input_options/TEMPLATE_GPIO_PIN.html' %}
{{form_mod_input.switch_edge.label(class_='control-label')}}
{{form_mod_input.switch_bounce_time.label(class_='control-label')}}
{{form_mod_input.switch_bounce_time(class_='form-control', value=each_input.switch_bouncetime, **{'title':_('The amount of time (miliseconds) to bounce the input signal')})}}
{{form_mod_input.switch_reset_period.label(class_='control-label')}}
{{form_mod_input.switch_reset_period(class_='form-control', value=each_input.switch_reset_period, **{'title':_('Wait a period of time (seconds) after the first edge detection to begin detecting again')})}}