      TEST DI PERDITA DI LINEA
Conduttura {{ data.lld.lld_number }}-{{ data.lld.lld_description | f.strip_accents }}
Serbatoio  {{ 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 }}

Ora               {{ data.initial_time | f.unixtime format: data.settings.system.date_format }}
{{~ if data.final_time <= data.initial_time ~}}
IN CORSO
{{~ else ~}}
Finale
Ora               {{ data.final_time | f.unixtime format: data.settings.system.date_format }}
{{~ if data.running_pressure > 0.0 ~}}
Pressione Operativ{{ data.running_pressure | f.format_pressure unit: 0 }} [{{}}psi{{}}]
{{~ end ~}}
{{~ if data.reference_pressure > 0.0 ~}}
Pressione Rif.    {{ data.reference_pressure | f.format_pressure unit: 0 }} [{{}}psi{{}}]
{{~ end ~}}
Velocita di perdit{{ data.leak_rate | f.format_rate unit: data.settings.system.volume_unit }} {{ data.settings.system.leak_unit_label | f.unit_label }}
Risultati         {{ if data.result == 2 }}PASS          {{ else if data.result == 3 }}PERDITA RILEVATA   {{ else }}Senza esito      {{ end }}
{{~ end ~}}

