{{form_mod_multi.measure.label(class_='control-label')}}
{{form_mod_multi.measure(class_='form-control', value=each_math.measure, **{'title':_('What condition is being measured (e.g. Temperature)?')})}}
{{form_mod_multi.measure_units.label(class_='control-label')}}
{{form_mod_multi.measure_units(class_='form-control', value=each_math.measure_units, **{'title':_('What are the units of the condition being measured (e.g. Celsius)?')})}}