{{form_conditional_conditions.gpio_pin.label(class_='control-label')}}
{{form_conditional_conditions.gpio_pin(class_='form-control', value=each_condition.gpio_pin, **{'title':_('The GPIO pin to measure the state of. The return value will be True when HIGH and False when LOW.')})}}