Záznam zo dňa {{ i.datum|date:"d.m.Y" }} | ||
---|---|---|
Spotreba: | {{ i.spotreba|stringformat:".2f" }} | m3 |
Rozdiel spotreby: | {{ i.rozdiel_spotreby|stringformat:".2f" }} | m3 |
Denná spotreba: | {{ i.denna_spotreba|stringformat:".2f" }} | m3 |
{% extends "voda_base.html" %} {% block page_content %}
{% for i in voda %}Záznam zo dňa {{ i.datum|date:"d.m.Y" }} | ||
---|---|---|
Spotreba: | {{ i.spotreba|stringformat:".2f" }} | m3 |
Rozdiel spotreby: | {{ i.rozdiel_spotreby|stringformat:".2f" }} | m3 |
Denná spotreba: | {{ i.denna_spotreba|stringformat:".2f" }} | m3 |