{% extends 'base.html.twig' %} {% block title %}{{ immobilie.adresse }} - {{ parent() }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %} ← Zurück zur Übersicht
{{ immobilie.typ.label }}

{{ immobilie.adresse }}

{{ immobilie.verfuegbar ? 'Verfügbar' : 'Nicht verfügbar' }}
{{ immobilie.preis|number_format(2, ',', '.') }} €
{{ immobilie.preisProQm|number_format(2, ',', '.') }} € pro m²

Hauptmerkmale

Wohnfläche
{{ immobilie.flaeche }} m²
Zimmer
{{ immobilie.zimmer }}
{% if immobilie.baujahr %}
Baujahr
{{ immobilie.baujahr }}
{% endif %} {% if immobilie.etage is not null %}
Etage
{{ immobilie.etage }}
{% endif %}

Ausstattung & Extras

{% if immobilie.beschreibung %}

Beschreibung

{{ immobilie.beschreibung|nl2br }}
{% endif %}
Erstellt am: {{ immobilie.createdAt|date('d.m.Y H:i') }} Uhr
Zuletzt aktualisiert: {{ immobilie.updatedAt|date('d.m.Y H:i') }} Uhr
{% endblock %}