{% if result.errors %}
Fehler bei der Verarbeitung
{% else %}
Verarbeitung erfolgreich

{{ model.name }} wurde erfolgreich verarbeitet.

{% if result.floors %}
{{ result.floors }} Etagen
{% endif %} {% if result.rooms %}
{{ result.rooms }} Räume
{% endif %} {% if result.walls %}
{{ result.walls }} Wände
{% endif %} {% if result.doors %}
{{ result.doors }} Türen
{% endif %} {% if result.windows %}
{{ result.windows }} Fenster
{% endif %} {% if result.slabs %}
{{ result.slabs }} Decken
{% endif %}
{% if result.total_area_m2 %}

Gesamtfläche: {{ result.total_area_m2|floatformat:2 }} m²

{% endif %}
Modell anzeigen Zurück zum Projekt
{% if result.warnings %}
Warnungen
{% endif %} {% endif %}