{% extends "base.html" %} {% block content %}
| Bezeichnung | {% for c in clients_left %}{{ c }} | {% endfor %}Σ |
|---|---|---|
| {{ row.label }} | {% for v in row.values %}{% if row.is_percent and v is not None %} {{ v|floatformat:4 }} {% elif v is not None %} {{ v|floatformat:2 }} {% endif %} | {% endfor %}{% if row.is_percent and row.total %} {{ row.total|floatformat:4 }} {% elif row.total is not None %} {{ row.total|floatformat:2 }} {% endif %} |
| Bezeichnung | {% for c in clients_right %}{{ c }} | {% endfor %}Σ |
|---|---|---|
| {{ row.label }} | {% for v in row.values %}{% if row.is_text_row %} {{ v }} {% elif row.is_percent and v is not None %} {{ v|floatformat:4 }} {% elif v is not None %} {{ v|floatformat:2 }} {% endif %} | {% endfor %}{% if row.is_text_row %} {{ row.total }} {% elif row.is_percent and row.total %} {{ row.total|floatformat:4 }} {% elif row.total is not None %} {{ row.total|floatformat:2 }} {% endif %} |
| Bezeichnung | Σ | Licht-wiese | Chemie | MaWi | M3 |
|---|---|---|---|---|---|
| {{ r.label }} | {% if r.is_percent %} {{ r.total|floatformat:2 }}% {% else %} {{ r.total|floatformat:2 }} {% endif %} | {% if r.is_percent %} {{ r.lichtwiese|floatformat:2 }}% {% else %} {{ r.lichtwiese|floatformat:2 }} {% endif %} | {% if r.is_percent %} {{ r.chemie|floatformat:2 }}% {% else %} {{ r.chemie|floatformat:2 }} {% endif %} | {% if r.is_percent %} {{ r.mawi|floatformat:2 }}% {% else %} {{ r.mawi|floatformat:2 }} {% endif %} | {% if r.is_percent %} {{ r.m3|floatformat:2 }}% {% else %} {{ r.m3|floatformat:2 }} {% endif %} |
| Gasspeicher | Volumen | bar | korrigiert | Nm³ | Lit. LHe |
|---|---|---|---|---|---|
| {{ r.label }} | {{ r.volume|floatformat:1 }} | {{ r.bar|floatformat:0 }} | {{ r.korr|floatformat:1 }} | {{ r.nm3|floatformat:0 }} | {{ r.lhe|floatformat:0 }} |
| Verbraucherbestand | {{ bottom2.j38|floatformat:2 }} | {{ bottom2.k38|floatformat:2 }} | ||||
| + Anlage: | Gefäss 2,5: | {{ bottom2.g39|floatformat:2 }} | Gefäss 1,0: | {{ bottom2.i39|floatformat:2 }} | {{ bottom2.j39|floatformat:2 }} | {{ bottom2.k39|floatformat:2 }} |
| + Kaltgas: | Gefäss 2,5: | {{ bottom2.g40|default_if_none:""|floatformat:2 }} | Gefäss 1,0: | {{ bottom2.i40|default_if_none:""|floatformat:2 }} | {{ bottom2.j40|floatformat:2 }} | {{ bottom2.k40|floatformat:2 }} |
| Bestand flüssig He | {{ bottom2.j43|floatformat:2 }} | {{ bottom2.k43|floatformat:2 }} | ||||
| Gesamtbestand neu: | {{ bottom2.j44|floatformat:2 }} | {{ bottom2.k44|floatformat:2 }} | ||||
| Bezeichnung | F | G | I | Nm³ (J) | Lit. L-He (K) |
|---|---|---|---|---|---|
| Gesamtbestand Vormonat | {{ bottom3.j46|floatformat:2 }} | {{ bottom3.k46|floatformat:2 }} | |||
| + Verbrauch / Anlage | {{ bottom3.g47|floatformat:2 }} | {{ bottom3.i47|floatformat:2 }} | {{ bottom3.j47|floatformat:2 }} | {{ bottom3.k47|floatformat:2 }} | |
| Gesamtbestand inkl. Anlage | {{ bottom3.j48|floatformat:2 }} | {{ bottom3.k48|floatformat:2 }} | |||
| Gesamtbestand (akt. Monat) | {{ bottom3.j49|floatformat:2 }} | {{ bottom3.k49|floatformat:2 }} | |||
| Verbrauch Sonstiges | {{ bottom3.g50|floatformat:2 }} | {{ bottom3.i50|floatformat:2 }} | {{ bottom3.j50|floatformat:2 }} | {{ bottom3.k50|floatformat:2 }} | |
| Differenz Bestand | {{ bottom3.j51|floatformat:2 }} | {{ bottom3.k51|floatformat:2 }} | |||
| Verbraucherverluste (aus Übersicht) | {{ bottom3.j52|floatformat:2 }} | {{ bottom3.k52|floatformat:2 }} | |||
| Differenz Bilanz | {{ bottom3.j53|floatformat:2 }} | {{ bottom3.k53|floatformat:2 }} |