      LINE LEAK TEST
Line       {{ data.lld.lld_number }}-{{ data.lld.lld_description | f.strip_accents }}
Tank       {{ data.lld.tank_number }}-{{ data.lld.tank_description | f.strip_accents }}
Test       {{ data.user_leak_rate_threshold | f.format_rate unit: data.settings.system.volume_unit }} {{ data.settings.system.leak_unit_label | f.unit_label }}

Time              {{ data.initial_time | f.unixtime format: data.settings.system.date_format }}
{{~ if data.final_time <= data.initial_time ~}}
IN PROGRESS
{{~ else ~}}
Final
Time              {{ data.final_time | f.unixtime format: data.settings.system.date_format }}
{{~ if data.running_pressure > 0.0 ~}}
Running Pressure  {{ data.running_pressure | f.format_pressure unit: 0 }} [{{}}psi{{}}]
{{~ end ~}}
{{~ if data.reference_pressure > 0.0 ~}}
Ref. Pressure     {{ data.reference_pressure | f.format_pressure unit: 0 }} [{{}}psi{{}}]
{{~ end ~}}
Leak Rate         {{ data.leak_rate | f.format_rate unit: data.settings.system.volume_unit }} {{ data.settings.system.leak_unit_label | f.unit_label }}
Result            {{ if data.result == 2 }}PASS          {{ else if data.result == 3 }}LEAK DETECTED      {{ else }}INCONCLUSIVE     {{ end }}
{{~ end ~}}

