the_title() ?>
$address = get_field('lieu_de_la_residence'); echo $address['city']; ?>
echo 'Type ' . get_field('informations_detaillees_generales')['type_nb_de_pieces']; ?>
4 pièces - 3 chambres - 90m²
T4 en duplex de 90m2 avec terrasse
if ($isDetailed && get_field('status') != 'Vendu') { echo the_field('prix') . ' €'; } elseif (get_field('status') != 'Vendu' && $lowest_price) { echo 'à partir de ' . $lowest_price . ' €'; } ?>