{% if results %}
{{ results.nuf_total|floatformat:2 }}
NUF (m²)
Nutzungsfläche
{{ results.tf_total|floatformat:2 }}
TF (m²)
Technikfläche
{{ results.vf_total|floatformat:2 }}
VF (m²)
Verkehrsfläche
{{ results.ngf_total|floatformat:2 }}
NGF (m²)
Netto-Grundfläche
{{ results.bgf_total|floatformat:2 }}
BGF (m²)
Brutto-Grundfläche
{% if results.categories %}
Aufschlüsselung nach Nutzungsart
{% for cat in results.categories %} {% endfor %}
Kategorie Bezeichnung Fläche (m²) Anteil
{{ cat.code }} {{ cat.name }} {{ cat.area|floatformat:2 }}
{{ cat.percentage|floatformat:1 }}%
{% endif %} {% if results.floors %}
Aufschlüsselung nach Geschoss
{% for floor in results.floors %} {% endfor %}
Geschoss NUF TF VF NGF
{{ floor.name }} {{ floor.nuf|floatformat:2 }} {{ floor.tf|floatformat:2 }} {{ floor.vf|floatformat:2 }} {{ floor.ngf|floatformat:2 }}
Gesamt {{ results.nuf_total|floatformat:2 }} {{ results.tf_total|floatformat:2 }} {{ results.vf_total|floatformat:2 }} {{ results.ngf_total|floatformat:2 }}
{% endif %} {% else %}

Wählen Sie ein Modell aus und klicken Sie auf "Berechnen"

{% endif %}