      ESSAI DE LA FUITE EN CANALISATION
Pipeline   {{ data.lld.lld_number }}-{{ data.lld.lld_description | f.strip_accents }}
Reservoir  {{ 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 }}

Temps             {{ data.initial_time | f.unixtime format: data.settings.system.date_format }}
{{~ if data.final_time <= data.initial_time ~}}
EN COURS
{{~ else ~}}
Final
Temps             {{ data.final_time | f.unixtime format: data.settings.system.date_format }}
{{~ if data.running_pressure > 0.0 ~}}
Pression de foncti{{ data.running_pressure | f.format_pressure unit: 0 }} [{{}}psi{{}}]
{{~ end ~}}
{{~ if data.reference_pressure > 0.0 ~}}
Pression de refere{{ data.reference_pressure | f.format_pressure unit: 0 }} [{{}}psi{{}}]
{{~ end ~}}
taux de fuite     {{ data.leak_rate | f.format_rate unit: data.settings.system.volume_unit }} {{ data.settings.system.leak_unit_label | f.unit_label }}
Resultat          {{ if data.result == 2 }}PASS          {{ else if data.result == 3 }}FUITE DECELEE      {{ else }}NON CONCLUANT    {{ end }}
{{~ end ~}}

