{% 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 }} | ||||