      DOSTAWA
Zbiornik   {{ data.tank.tank_number }}-{{ data.tank.tank_description | f.strip_accents }}
Status     {{ data.final_tank_status | f.tankstatus }}

      Stan poczatkowy
Czas              {{ data.initial_time | f.unixtime format: data.settings.system.date_format }}
Poziom produktu   {{ data.initial_product_level | f.format_level unit: data.settings.system.level_unit }} {{ data.settings.system.level_unit_label | f.unit_label }}
Objetosc produktu {{ data.initial_product_volume | f.format_volume unit: data.settings.system.volume_unit }} {{ data.settings.system.volume_unit_label | f.unit_label }}
Objetosc prod.skom{{ data.initial_product_volume_comp | f.format_volume unit: data.settings.system.volume_unit }} {{ data.settings.system.volume_unit_label | f.unit_label }}
Poziom wody       {{ data.initial_water_level | f.format_level unit: data.settings.system.level_unit }} {{ data.settings.system.level_unit_label | f.unit_label }}
Objetosc wody     {{ data.initial_water_volume | f.format_volume unit: data.settings.system.volume_unit }} {{ data.settings.system.volume_unit_label | f.unit_label }}
Temperatura       {{ data.initial_temperature | f.format_temperature unit: data.settings.system.temperature_unit }} {{ data.settings.system.temperature_unit_label | f.temperature_ascii_unit_label }}
      Stan koncowy
{{~ if data.final_time <= data.initial_time ~}}
      W TRAKCIE
{{~ else ~}}
Czas              {{ data.final_time | f.unixtime format: data.settings.system.date_format }}
Poziom produktu   {{ data.final_product_level | f.format_level unit: data.settings.system.level_unit }} {{ data.settings.system.level_unit_label | f.unit_label }}
Objetosc produktu {{ data.final_product_volume | f.format_volume unit: data.settings.system.volume_unit }} {{ data.settings.system.volume_unit_label | f.unit_label }}
Objetosc prod.skom{{ data.final_product_volume_comp | f.format_volume unit: data.settings.system.volume_unit }} {{ data.settings.system.volume_unit_label | f.unit_label }}
Poziom wody       {{ data.final_water_level | f.format_level unit: data.settings.system.level_unit }} {{ data.settings.system.level_unit_label | f.unit_label }}
Objetosc wody     {{ data.final_water_volume | f.format_volume unit: data.settings.system.volume_unit }} {{ data.settings.system.volume_unit_label | f.unit_label }}
Temperatura       {{ data.final_temperature | f.format_temperature unit: data.settings.system.temperature_unit }} {{ data.settings.system.temperature_unit_label | f.temperature_ascii_unit_label }}

Dostarczono       {{ data.final_delivered_volume | f.format_volume unit: data.settings.system.volume_unit }} {{ data.settings.system.volume_unit_label | f.unit_label }}
{{~ end ~}}

