{% extends 'layouts/base.html.twig' %} {% block body %} {% for photo in property.photos %} {% endfor %} F {{ property.sold|number_format(0, '.', ' ') }} Récapitulatif Bien n° : {{ property.id }} Localisation : {{ cities[property.city] }} Type de bien : {{ types[property.type] }} Status : {{ statuses[property.status] }} Surface : {{ property.surface }} m2 Chambres : {{ property.rooms }} Salles de bain : {{ property.bathrooms }} Places de parking : {{ property.parking }} Description {{ property.description }} Prestations {% for key, value in property.prestation %} {{ value }} {% endfor %} Vidéo Plan Carte {% if property.video %} {% endif %} {% if property.plan %} {% endif %} {% if property.carte %} {% endif %} Contact Agent {% if property.agence %} {% else %} {% endif %} {% if property.agence %} {{ property.agence.name }} {{ property.agence.message }} Phone : {{ property.agence.phone }} Mobile : {{ property.agence.mobile }} Email : {{ property.agence.email }} {% else %} Kerenes Immo XXXXXXXXXXXX Phone : 04 474 7447 Mobile : Email : contact@kerenes-digital.com {% endif %} {{ form_start(form) }} {{ form_widget(form.name) }} {{ form_widget(form.email) }} {{ form_widget(form.message) }} Envoyer {{form_end(form) }} {% endblock %}
{{ property.description }}
{{ property.agence.message }}
XXXXXXXXXXXX