{% include 'pages/input_options/TEMPLATE_GPIO_PIN.html' %}
{{form_mod_sensor.sht_clock_pin.label(class_='control-label')}}
{{form_mod_sensor.sht_clock_pin(class_='form-control', value=each_sensor.sht_clock_pin, **{'title':_('The GPIO pin (BCM numbering) connected to the sensor clock pin')})}}
{{form_mod_sensor.sht_voltage.label(class_='control-label')}}