{% extends "base.html" %} {% block content %}
← Helium Output Übersicht

{% with first=window.0 last=window|last %} Halbjahres-Bilanz ({{ first.1 }}/{{ first.0 }} – {{ last.1 }}/{{ last.0 }}) {% endwith %}

{% if window and window.0 and window.0.0 and window.0.1 %} {% with first=window.0 %} Monatsblätter {% endwith %} {% else %} Monatsblätter {% endif %}

Top Left – Halbjahresbilanz

{% for c in clients_left %} {% endfor %} {% for row in rows_left %} {% for v in row.values %} {% endfor %} {% endfor %}
Bezeichnung{{ c }}Σ
{{ row.label }} {% if row.is_percent and v is not None %} {{ v|floatformat:4 }} {% elif v is not None %} {{ v|floatformat:2 }} {% endif %} {% if row.is_percent and row.total %} {{ row.total|floatformat:4 }} {% elif row.total is not None %} {{ row.total|floatformat:2 }} {% endif %}

Top Right – Halbjahresbilanz

{% for c in clients_right %} {% endfor %} {% for row in rows_right %} {% for v in row.values %} {% endfor %} {% endfor %}
Bezeichnung{{ c }}Σ
{{ row.label }} {% 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 %} {% 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 %}

Summe

{% for r in rows_sum %} {% endfor %}
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 %}

Bottom Table 1 – Bilanz (read-only)

{% for r in bottom1_rows %} {% endfor %}
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 }}

Bottom Table 2 – Verbraucherbestand L-He (read-only)

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

Bottom Table 3 – Bilanz (read-only)

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 }}
{# closes .spreadsheet-container #} {% endblock %}