{% extends 'layouts/base.html.twig' %} {% block title %}Property {% endblock %} {% block body %}

Bien

Type {{ property.type }}
Adresse {{ property.address }}
Quartier {{ property.quarter }}
Ville {{ property.city }}
Pays {{ property.country }}
Description {{ property.description }}
Prix {{ property.price }}
Statut {{ property.availabilityStatus }}
Retour Modifier
{% endblock %}