{% extends "base.html" %} {% load dict_extras %} {% block content %}
← Übersicht

Abrechnung

Halbjahres-Bilanz
{% if needs_interval %}

Bitte zuerst ein Halbjahr auswählen (auf der Übersicht-Seite), damit der Zeitraum bekannt ist.

{% else %}
Aufstellung Heliumverbrauch für Zeitraum: {{ interval_text }}
{% for col_key, col_label in columns %} {% endfor %} {% for r in rows %} {% for c in r.cells %} {% endfor %} {% endfor %}
← Fachgebiet →{{ col_label }}Einheit
{{ r.label }} {% if r.row_key == "sonstiges" %} {{ sonstiges_text|get_item:c.col_key }} {% else %} {% if r.editable %} {% else %} {% if c.value is not None %}{{ c.value|floatformat:2 }}{% endif %} {% endif %} {% endif %} {{ r.unit }}
{% for r in right_summary_rows %} {% endfor %}
Summe Lichtwiese
IJKL
← Fachgebiet → Summe Lichtwiese
NOP (Check)
Summe
Stadtmitte
Summe
(Check)
{% if r.is_text %}{{ r.ijkl }}{% else %}{{ r.ijkl|floatformat:2 }}{% endif %} {{ r.label }} {% if r.unit %} {{ r.unit }} {% endif %} {% if r.is_text %}{{ r.nop }}{% else %}{{ r.nop|floatformat:2 }}{% endif %} {% if r.is_text %}{{ r.stadt }}{% else %}{{ r.stadt|floatformat:2 }}{% endif %} {% if r.is_text %}{{ r.check }}{% else %}{{ r.check|floatformat:2 }}{% endif %}
{% endif %}
{% endblock %}