      PRUEBA DE FUGAS EN LA LINEA
Linea      {{ data.lld.lld_number }}-{{ data.lld.lld_description | f.strip_accents }}
Tanque     {{ data.lld.tank_number }}-{{ data.lld.tank_description | f.strip_accents }}
Prueba     {{ data.user_leak_rate_threshold | f.format_rate unit: data.settings.system.volume_unit }} {{ data.settings.system.leak_unit_label | f.unit_label }}

Hora              {{ data.initial_time | f.unixtime format: data.settings.system.date_format }}
{{~ if data.final_time <= data.initial_time ~}}
EN CURSO
{{~ else ~}}
Final
Hora              {{ data.final_time | f.unixtime format: data.settings.system.date_format }}
{{~ if data.running_pressure > 0.0 ~}}
Presion de funcion{{ data.running_pressure | f.format_pressure unit: 0 }} [{{}}psi{{}}]
{{~ end ~}}
{{~ if data.reference_pressure > 0.0 ~}}
Presion de referen{{ data.reference_pressure | f.format_pressure unit: 0 }} [{{}}psi{{}}]
{{~ end ~}}
Tasa de fuga      {{ data.leak_rate | f.format_rate unit: data.settings.system.volume_unit }} {{ data.settings.system.leak_unit_label | f.unit_label }}
Resultado         {{ if data.result == 2 }}PASS          {{ else if data.result == 3 }}FUGA DETECTADA     {{ else }}NO CONCLUYENTE   {{ end }}
{{~ end ~}}

