{{form_mod_pid_volume_raise.csrf_token}}
{{form_mod_pid_volume_raise.raise_min_amount.label(class_='control-label')}}
{{form_mod_pid_volume_raise.raise_min_amount(class_='form-control', value=each_function.raise_min_duration, **{'title':_('The minimum volume required for the Raise Output to activate. If the volume is below this value, the Raise Output will not turn on.')})}}
{{form_mod_pid_volume_raise.raise_max_amount.label(class_='control-label')}}
{{form_mod_pid_volume_raise.raise_max_amount(class_='form-control', value=each_function.raise_max_duration, **{'title':_('The maximum volume allowed for the Raise Output to be on for, per period. If a volume is above this value, the Raise Output will turn on for this amount. 0 is disabled.')})}}