<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html> <head> <style></style> </head>
<body bgcolor="#eeeeee">
<table align='center' style='border: groove; border-bottom-width: 1; width: 70%; padding: 5px; border-radius: 10px; -webkit-border-radius: 10px; font-family: Helvetica, Arial, Segoe UI Light, sans-serif;  font-size: 14px; background-color: #FEFEFE;'>
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Center' width='100%' style='padding-left: 2px; padding-right: 2px;'>
      <span style='color: #004B8D;'> {{ data.settings.site.site_name }} </span>
    </td>
    </tr>
  {{~ if data.settings.site.header1 != "" ~}}
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Center' width='100%' style='padding-left: 2px; padding-right: 2px;'> 
      <span style='color: #004B8D;'> {{ data.settings.site.header1 }} </span>
    </td>
  </tr>
  {{~ end ~}}
  {{~ if data.settings.site.header2 != "" ~}}
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Center' width='100%' style='padding-left: 2px; padding-right: 2px;'> 
      <span style='color: #004B8D;'> {{ data.settings.site.header2 }} </span>
    </td>
  </tr>
  {{~ end ~}}
  {{~ if data.settings.site.header3 != "" ~}}
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Center' width='100%' style='padding-left: 2px; padding-right: 2px;'>
      <span style='color: #004B8D;'> {{ data.settings.site.header3 }} </span>
    </td>
  </tr>
  {{~ end ~}}
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Center' width='100%' style='padding-left: 2px; padding-right: 2px;'>
      <span style='color: #004B8D;'> Num�ro de s�rie: {{ data.settings.site.console_serial }} </span>
    </td>
  </tr>
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Center' width='100%' style='padding-left: 2px; padding-right: 2px;'>
      <span style='color: #004B8D;'> {{ f.currenttime format: data.settings.system.date_format }} </span>
    </td>
  </tr>
</table>

<table align='center' style='border: groove; border-bottom-width: 1; width: 70%; padding: 5px; border-radius: 10px; -webkit-border-radius: 10px; font-family: Helvetica, Arial, Segoe UI Light, sans-serif;  font-size: 14px; background-color: #FEFEFE;'>
  <tr style='font-weight: bold; font-size: 16px; background-color: #ffffff; color: #000000;'>
    <td colspan='1' align='Center' width='100%' style='padding-left: 2px; padding-right: 2px;'>
      <span style='color: #004B8D;'> CONFORMITE DE LA FUITE EN RESERVOIR </span>
    </td>
  </tr>
</table>

<table align='center' style='border: groove; border-bottom-width: 1; width: 70%; padding: 5px; border-radius: 10px; -webkit-border-radius: 10px; font-family: Helvetica, Arial, Segoe UI Light, sans-serif;  font-size: 14px; background-color: #FEFEFE;'>
{{~ for tank in data.tanks ~}}
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Right' width='50%' style='font-weight: Bold; padding-left: 4px; padding-right: 4px;'>
      <span style='color: #000000;'> Réservoir      </span>
    </td>
    <td colspan='1' align='Left' width='50%' style='font-weight: Normal; padding-left: 4px; padding-right: 4px;'>
      <span style='color: #000000;'>  {{ tank.tank_number }} - {{ tank.tank_description }}                  </span>
    </td>
  </tr>
{{~ end ~}}
</table>


<table align='center' style='border: groove; border-bottom-width: 1; width: 70%; padding: 5px; border-radius: 10px; -webkit-border-radius: 10px; font-family: Helvetica, Arial, Segoe UI Light, sans-serif;  font-size: 14px; background-color: #FEFEFE;'>
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Right' width='50%' style='font-weight: Bold; padding-left: 4px; padding-right: 4px;'>
      <span style='color: #004B8D;'>                              </span>
    </td>
    <td colspan='1' align='Left' width='50%' style='font-weight: Bold; padding-left: 4px; padding-right: 4px;'>
      <span style='color: #004B8D;'>  Dernier test r�ussi                                                                   </span>
    </td>
  </tr>
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Right' width='50%' style='font-weight: Bold; padding-left: 4px; padding-right: 4px;'>
      <span style='color: #000000;'>   {{ 0.75708236 | f.format_rate unit: data.settings.system.volume_unit }} {{ data.settings.system.leak_unit_label | f.unit_label }}                 </span>
    </td>
    <td colspan='1' align='Left' width='50%' style='font-weight: Normal; padding-left: 4px; padding-right: 4px;'>
      <span style='color: #000000;'>   {{ data.last02gph_pass_date | f.unixtime format: data.settings.system.date_format }}   </span>
    </td>
  </tr>
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Right' width='50%' style='font-weight: Bold; padding-left: 4px; padding-right: 4px;'>
      <span style='color: #000000;'>   {{ 0.37854118 | f.format_rate unit: data.settings.system.volume_unit }} {{ data.settings.system.leak_unit_label | f.unit_label }}                 </span>
    </td>
    <td colspan='1' align='Left' width='50%' style='font-weight: Normal; padding-left: 4px; padding-right: 4px;'>
      <span style='color: #000000;'>   {{ data.last01gph_pass_date | f.unixtime format: data.settings.system.date_format }}  </span>
    </td>
  </tr>
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Right' width='50%' style='font-weight: Bold; padding-left: 4px; padding-right: 4px;'>
      <span style='color: #000000;'>   {{ 0.75708236 | f.format_rate unit: data.settings.system.volume_unit }} {{ data.settings.system.leak_unit_label | f.unit_label }} CSLD            </span>
    </td>
    <td colspan='1' align='Left' width='50%' style='font-weight: Normal; padding-left: 4px; padding-right: 4px;'>
      <span style='color: #000000;'>   {{ data.last_csld_pass_date | f.unixtime format: data.settings.system.date_format }}  </span>
    </td>
  </tr>
</table>


<table align='center' style='border: groove; border-bottom-width: 1; width: 70%; padding: 5px; border-radius: 10px; -webkit-border-radius: 10px; font-family: Helvetica, Arial, Segoe UI Light, sans-serif;  font-size: 14px; background-color: #FEFEFE;'>
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Right' width='40%' style='font-weight: Bold; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #004B8D;'>                                                                               </span>
    </td>
    <td colspan='1' align='Center' width='20%' style='font-weight: Bold; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #004B8D;'>   L'an dernier                                                                                                           </span>
    </td>
    <td colspan='1' align='Left' width='40%' style='font-weight: Bold; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #004B8D;'>                                                                                                    </span>
    </td>
  </tr>
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Right' width='40%' style='font-weight: Bold; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>  Mois                                                                          </span>
    </td>
    <td colspan='1' align='Center' width='20%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>   Genre {{ data.settings.system.leak_unit_label | f.unit_label }}                                                                        </span>
    </td>
    <td colspan='1' align='Left' width='40%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>   Date                                                                                              </span>
    </td>
  </tr>
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Right' width='40%' style='font-weight: Bold; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>  {{ data.last12_months_best_pass[0].date | f.customunixtime format: "MMMM" }}  </span>
    </td>
    <td colspan='1' align='Center' width='20%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>    {{ if data.last12_months_best_pass[0].leak_test_type == 2 }}CSLD{{ else }}{{ if data.last12_months_best_pass[0].date == 0 }} -- {{ else }}{{data.last12_months_best_pass[0].user_leak_rate_threshold | f.format_rate unit: data.settings.system.volume_unit}}{{ end }}{{ end }}  </span>
    </td>
    <td colspan='1' align='Left' width='40%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>   {{ data.last12_months_best_pass[0].date | f.unixtime format: data.settings.system.date_format }}  </span>
    </td>
  </tr>
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Right' width='40%' style='font-weight: Bold; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>  {{ data.last12_months_best_pass[1].date | f.customunixtime format: "MMMM" }}  </span>
    </td>
    <td colspan='1' align='Center' width='20%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>    {{ if data.last12_months_best_pass[1].leak_test_type == 2 }}CSLD{{ else }}{{ if data.last12_months_best_pass[1].date == 0 }} -- {{ else }}{{data.last12_months_best_pass[1].user_leak_rate_threshold | f.format_rate unit: data.settings.system.volume_unit}}{{ end }}{{ end }}  </span>
    </td>
    <td colspan='1' align='Left' width='40%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>   {{ data.last12_months_best_pass[1].date | f.unixtime format: data.settings.system.date_format }}  </span>
    </td>
  </tr>
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Right' width='40%' style='font-weight: Bold; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>  {{ data.last12_months_best_pass[2].date | f.customunixtime format: "MMMM" }}  </span>
    </td>
    <td colspan='1' align='Center' width='20%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>    {{ if data.last12_months_best_pass[2].leak_test_type == 2 }}CSLD{{ else }}{{ if data.last12_months_best_pass[2].date == 0 }} -- {{ else }}{{data.last12_months_best_pass[2].user_leak_rate_threshold | f.format_rate unit: data.settings.system.volume_unit}}{{ end }}{{ end }}  </span>
    </td>
    <td colspan='1' align='Left' width='40%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>   {{ data.last12_months_best_pass[2].date | f.unixtime format: data.settings.system.date_format }}  </span>
    </td>
  </tr>
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Right' width='40%' style='font-weight: Bold; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>  {{ data.last12_months_best_pass[3].date | f.customunixtime format: "MMMM" }}  </span>
    </td>
    <td colspan='1' align='Center' width='20%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>    {{ if data.last12_months_best_pass[3].leak_test_type == 2 }}CSLD{{ else }}{{ if data.last12_months_best_pass[3].date == 0 }} -- {{ else }}{{data.last12_months_best_pass[3].user_leak_rate_threshold | f.format_rate unit: data.settings.system.volume_unit}}{{ end }}{{ end }}  </span>
    </td>
    <td colspan='1' align='Left' width='40%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>   {{ data.last12_months_best_pass[3].date | f.unixtime format: data.settings.system.date_format }}  </span>
    </td>
  </tr>
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Right' width='40%' style='font-weight: Bold; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>  {{ data.last12_months_best_pass[4].date | f.customunixtime format: "MMMM" }}  </span>
    </td>
    <td colspan='1' align='Center' width='20%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>    {{ if data.last12_months_best_pass[4].leak_test_type == 2 }}CSLD{{ else }}{{ if data.last12_months_best_pass[4].date == 0 }} -- {{ else }}{{data.last12_months_best_pass[4].user_leak_rate_threshold | f.format_rate unit: data.settings.system.volume_unit}}{{ end }}{{ end }}  </span>
    </td>
    <td colspan='1' align='Left' width='40%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>   {{ data.last12_months_best_pass[4].date | f.unixtime format: data.settings.system.date_format }}  </span>
    </td>
  </tr>
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Right' width='40%' style='font-weight: Bold; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>  {{ data.last12_months_best_pass[5].date | f.customunixtime format: "MMMM" }}  </span>
    </td>
    <td colspan='1' align='Center' width='20%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>    {{ if data.last12_months_best_pass[5].leak_test_type == 2 }}CSLD{{ else }}{{ if data.last12_months_best_pass[5].date == 0 }} -- {{ else }}{{data.last12_months_best_pass[5].user_leak_rate_threshold | f.format_rate unit: data.settings.system.volume_unit}}{{ end }}{{ end }}  </span>
    </td>
    <td colspan='1' align='Left' width='40%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>   {{ data.last12_months_best_pass[5].date | f.unixtime format: data.settings.system.date_format }}  </span>
    </td>
  </tr>
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Right' width='40%' style='font-weight: Bold; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>  {{ data.last12_months_best_pass[6].date | f.customunixtime format: "MMMM" }}  </span>
    </td>
    <td colspan='1' align='Center' width='20%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>    {{ if data.last12_months_best_pass[6].leak_test_type == 2 }}CSLD{{ else }}{{ if data.last12_months_best_pass[6].date == 0 }} -- {{ else }}{{data.last12_months_best_pass[6].user_leak_rate_threshold | f.format_rate unit: data.settings.system.volume_unit}}{{ end }}{{ end }}  </span>
    </td>
    <td colspan='1' align='Left' width='40%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>   {{ data.last12_months_best_pass[6].date | f.unixtime format: data.settings.system.date_format }}  </span>
    </td>
  </tr>
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Right' width='40%' style='font-weight: Bold; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>  {{ data.last12_months_best_pass[7].date | f.customunixtime format: "MMMM" }}  </span>
    </td>
    <td colspan='1' align='Center' width='20%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>    {{ if data.last12_months_best_pass[7].leak_test_type == 2 }}CSLD{{ else }}{{ if data.last12_months_best_pass[7].date == 0 }} -- {{ else }}{{data.last12_months_best_pass[7].user_leak_rate_threshold | f.format_rate unit: data.settings.system.volume_unit}}{{ end }}{{ end }}  </span>
    </td>
    <td colspan='1' align='Left' width='40%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>   {{ data.last12_months_best_pass[7].date | f.unixtime format: data.settings.system.date_format }}  </span>
    </td>
  </tr>
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Right' width='40%' style='font-weight: Bold; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>  {{ data.last12_months_best_pass[8].date | f.customunixtime format: "MMMM" }}  </span>
    </td>
    <td colspan='1' align='Center' width='20%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>    {{ if data.last12_months_best_pass[8].leak_test_type == 2 }}CSLD{{ else }}{{ if data.last12_months_best_pass[8].date == 0 }} -- {{ else }}{{data.last12_months_best_pass[8].user_leak_rate_threshold | f.format_rate unit: data.settings.system.volume_unit}}{{ end }}{{ end }}  </span>
    </td>
    <td colspan='1' align='Left' width='40%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>   {{ data.last12_months_best_pass[8].date | f.unixtime format: data.settings.system.date_format }}  </span>
    </td>
  </tr>
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Right' width='40%' style='font-weight: Bold; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>  {{ data.last12_months_best_pass[9].date | f.customunixtime format: "MMMM" }}  </span>
    </td>
    <td colspan='1' align='Center' width='20%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>    {{ if data.last12_months_best_pass[9].leak_test_type == 2 }}CSLD{{ else }}{{ if data.last12_months_best_pass[9].date == 0 }} -- {{ else }}{{data.last12_months_best_pass[9].user_leak_rate_threshold | f.format_rate unit: data.settings.system.volume_unit}}{{ end }}{{ end }}  </span>
    </td>
    <td colspan='1' align='Left' width='40%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>   {{ data.last12_months_best_pass[9].date | f.unixtime format: data.settings.system.date_format }}  </span>
    </td>
  </tr>
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Right' width='40%' style='font-weight: Bold; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>  {{ data.last12_months_best_pass[10].date | f.customunixtime format: "MMMM" }} </span>
    </td>
    <td colspan='1' align='Center' width='20%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>    {{ if data.last12_months_best_pass[10].leak_test_type == 2 }}CSLD{{ else }}{{ if data.last12_months_best_pass[10].date == 0 }} -- {{ else }}{{data.last12_months_best_pass[10].user_leak_rate_threshold | f.format_rate unit: data.settings.system.volume_unit}}{{ end }}{{ end }} </span>
    </td>
    <td colspan='1' align='Left' width='40%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>   {{ data.last12_months_best_pass[10].date | f.unixtime format: data.settings.system.date_format }} </span>
    </td>
  </tr>
  <tr style='background-color: #ffffff;'>
    <td colspan='1' align='Right' width='40%' style='font-weight: Bold; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>  {{ data.last12_months_best_pass[11].date | f.customunixtime format: "MMMM" }} </span>
    </td>
    <td colspan='1' align='Center' width='20%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>    {{ if data.last12_months_best_pass[11].leak_test_type == 2 }}CSLD{{ else }}{{ if data.last12_months_best_pass[11].date == 0 }} -- {{ else }}{{data.last12_months_best_pass[11].user_leak_rate_threshold | f.format_rate unit: data.settings.system.volume_unit}}{{ end }}{{ end }}  </span>
    </td>
    <td colspan='1' align='Left' width='40%' style='font-weight: Normal; padding-left: 2px; padding-right: 2px;'>
      <span style='color: #000000;'>   {{ data.last12_months_best_pass[11].date | f.unixtime format: data.settings.system.date_format }} </span>
    </td>
  </tr>
</table>

<div>&nbsp;</div>
</body>
</html>
