{% set url = path('app_annonce_show', { 'category_slug' : annonce.category.slug, 'slug': annonce.slug}) %}
{{ annonce.rooms }} chambres, {{ annonce.price | number_format(2, ',', ' ') }}DZD; / nuit
{% if annonce.avis|length > 0 %} {% include 'includes/rating.html.twig' with {'rating': annonce.avgRatings} %} {% else %} Pas encore noté {% endif %}
Image de l'appartement

{{ annonce.titre }}

{{ annonce.introduction }}

En savoir plus ! {% if app.user and app.user == annonce.user %} Modifier l'annonce {% endif %}