| {{ e.name|default:e.ifc_guid|truncatechars:20 }} |
{% if e.element_type == "wall" %}Wand
{% elif e.element_type == "door" %}Tür
{% elif e.element_type == "slab" %}Decke
{% else %}{{ e.element_type }}{% endif %}
|
{{ e.required_rating|default:"-" }}
{% if e.requirement_source %}
{{ e.requirement_source }}
{% endif %}
|
{% if e.actual_rating %}
{{ e.actual_rating }}
{% else %}
k.A.
{% endif %}
|
{% if e.is_compliant == True %}
OK
{% elif e.is_compliant == False %}
Fehlt
{% else %}
Prüfen
{% endif %}
|
{% empty %}