Adresse:
{% if item.address is not empty %}{{ item.address }} {% endif %}
{% if item.postal is not empty and item.city is not empty %}{{ item.postal }} {{ item.city }} {% endif %}
{% if item.livingSpace > 0 %}
Wohnfläche:
{{ item.livingSpace|number_format(2, ',', '') }} m²