{{form_mod_pid_pwm_raise.csrf_token}}
{{form_mod_pid_pwm_raise.raise_min_duty_cycle.label(class_='control-label')}}
{{form_mod_pid_pwm_raise.raise_min_duty_cycle(class_='form-control', value=each_pid.raise_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_raise.raise_max_duty_cycle.label(class_='control-label')}}
{{form_mod_pid_pwm_raise.raise_max_duty_cycle(class_='form-control', value=each_pid.raise_max_duration, **{'title':_('The maximum duty cycle (in %%). If a duty cycle is above this value, this is the value that will be used.')})}}