{% extends "base.html" %} {% load dict_extras %} {% block content %}
Bitte zuerst ein Halbjahr auswählen (auf der Übersicht-Seite), damit der Zeitraum bekannt ist.
| ← Fachgebiet → | {% for col_key, col_label in columns %}{{ col_label }} | {% endfor %}Einheit |
|---|---|---|
| {{ r.label }} | {% for c in r.cells %}{% 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 %} | {% endfor %}{{ r.unit }} |
| 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 %} |