[{{_('Condition')}}] {{_('Measurement')}} ({{_('Single')}}, {{_('Last')}}, with Timestamp): self.condition("{{each_condition.unique_id.split('-')[0]}}") {{_('returns a dictionary with the last timestamp and value found within the Max Age, otherwise returns a dictionary {"time": None, "value": None}.')}}
{{form_conditional_conditions.measurement.label(class_='control-label')}}
{{form_conditional_conditions.max_age.label(class_='control-label')}}
{{form_conditional_conditions.max_age(class_='form-control', value=each_condition.max_age, **{'title':_('Do not accept measurements older than this age')})}}