{% extends '@Contao/frontend_module/_base.html.twig' %} {% import "@ContaoCore/Image/Studio/_macros.html.twig" as studio %} {% block content %} {% block filter %}
{{ 'MSC.re_filter'|trans({}, 'contao_default') }}
{% if filterOptions is defined and filterOptions is iterable %} {% for key, options in filterOptions %}
{% endfor %} {% endif %}
{% endblock %} {% block assets %}
{% for item in assets %} {% block item %}
{% if item.teaserFigure %} {{- studio.figure(item.teaserFigure, { attr: { class: ('image_container media') }}) -}} {% endif %}
  • 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²
  • {% endif %}
{% if item.detailsUrl %} {% endif %}
{% endblock %} {% endfor %}
{% endblock %} {% block overlay %}
{% endblock %} {% endblock %}