{% extends "base.html.twig" %} {% block title %}{{ property.title }}{% endblock %} {% block body %}

{{ property.title }}

{{ property.rooms }} pièces - {{ property.surface }} m²

{{ property.formattedPrice }} €
Contacter l'agence

{{ property.description | nl2br }}

Caractéristiques

Surface habitable {{ property.surface }} m²
Pièces {{ property.rooms }}
Chambres {{ property.bedrooms }}
Etage {{ property.floor }}
Chauffage {{ property.heatType }}

Spécificités

{% endblock %}