{% if estates.description%} {% for key, fields in estates.description %} {% if key == "textEstate" %}

{{fields.caption}}

{{fields.value|nl2br}}

{% endif %} {% endfor %} {% endif %} {% if estates.description.textLocation or (api.maps.key and isPolicyCookieAccepted) %}

Lage

{% for key, fields in estates.description %} {% if key == "textLocation" %}

{{fields.value|nl2br}}

{% endif %} {% endfor %} {% if api.maps.key %} {% if estates.geo.latitude.value %}
{% endif %} {% endif %}
{% endif %} {% if estates.description.textEnvironment|length > 0 or estates.equipments|length > 0%}

Ausstattung

{% for key, fields in estates.description %} {% if key == "textEnvironment" %}

{{fields.value|nl2br}}

{% endif %} {% endfor %}
{% if estates.equipments|length > 0 %}
{% for fields in estates.equipments %} {% if fields.value == "ja" %} {{fields.caption}} {% endif %} {% if fields.value == "nein" %} {{fields.caption}} {% endif %} {% endfor %}
{% endif %}
{% endif %} {% if estates.description%} {% for key, fields in estates.description %} {% if key == "textConstructability" %}

{{fields.caption}}

{{fields.value|nl2br}}

{% endif %} {% endfor %} {% endif %} {% if estates.description%} {% for key, fields in estates.description %} {% if key == "textDevelopment" %}

{{fields.caption}}

{{fields.value|nl2br}}

{% endif %} {% endfor %} {% endif %} {% if estates.description%} {% for key, fields in estates.description %} {% if key == "textFree" %}

{{fields.caption}}

{{fields.value|nl2br}}

{% endif %} {% endfor %} {% endif %}