{{#if attributes.observedFormatted}}
| {{attributes.observedFormatted}} |
{{else}}
N/A |
{{/if}}
{{#if attributes.result}}
{{attributes.result}}{{#if attributes.units}} {{attributes.units}}{{/if}}{{#if attributes.metricResult}} ({{attributes.metricResult}}{{#if attributes.metricUnits}} {{attributes.metricUnits}}{{/if}}){{/if}} |
{{else}}
N/A |
{{/if}}
{{#ifExp attributes.low '===' 0}}
{{attributes.low}} {{attributes.units}} {{#if attributes.high}} - {{attributes.high}} {{attributes.units}} {{/if}} |
{{else}}
{{#if attributes.low}}
{{attributes.low}}{{attributes.units}} {{#if attributes.high}} - {{attributes.high}}{{attributes.units}} {{/if}} |
{{else}}
N/A |
{{/if}}
{{/ifExp}}
{{attributes.facilityMoniker}} |
{{/each}}