{{form_mod_pid_output_lower.lower_min_duration(class_='form-control', value=each_pid.lower_min_duration, **{'title':_('The minimum duration (in seconds) required for the Lower Output to activate. If an On duration is below this value, the Lower Output will not turn on.')})}}
{{form_mod_pid_output_lower.lower_max_duration(class_='form-control', value=each_pid.lower_max_duration, **{'title':_('The maximum duration (in seconds) allowed for the Lower Output to be on for, per period. If an ON duration is above this value, the Lower Output will turn on for this set duration.')})}}
{{form_mod_pid_output_lower.lower_min_off_duration(class_='form-control', value=each_pid.lower_min_off_duration, **{'title':_('This output will remain off for at least this duration of time')})}}