[{{_('Condition')}}] {{_('Measurement')}} ({{_('Multiple')}}, {{_('Past')}}): self.condition_dict("{{each_condition.unique_id.split('-')[0]}}") {{_('returns a list of dictionaries with "time" and "value" key pairs found within the Max Age, otherwise returns None.')}} {{_('Example')}}: [{'time': '2019-10-23T13:11:21.050844929Z', 'value': 36.476}, {'time': '2019-10-23T13:12:51.025718993Z', 'value': 36.476}]
{{form_conditional_conditions.max_age(class_='form-control', value=each_condition.max_age, **{'title':_('Do not accept measurements older than this age')})}}