{{form_mod_pid_pwm_lower.csrf_token}}
{{form_mod_pid_pwm_lower.lower_min_duty_cycle.label(class_='control-label')}}
{{form_mod_pid_pwm_lower.lower_min_duty_cycle(class_='form-control', value=each_function.lower_min_duration, **{'title':_('The minimum duty cycle (in %%). If a duty cycle is below this value, this is the value that will be used.')})}}
{{form_mod_pid_pwm_lower.lower_max_duty_cycle.label(class_='control-label')}}
{{form_mod_pid_pwm_lower.lower_max_duty_cycle(class_='form-control', value=each_function.lower_max_duration, **{'title':_('The maximum duty cycle (in %%). If a duty cycle is below this value, this is the value that will be used.')})}}
{{form_mod_pid_pwm_lower.lower_always_min_pwm.label(class_='control-label')}}