{% extends 'base.html.twig' %} {% block titre %} {{annonce.titre}} {% endblock %} {% block stylesheet %} {% endblock %} {% block body %}
{{annonce.rooms}} chambres pour {{annonce.price | number_format(2, ',', ' ')}}DZD par nuit
{% if app.user != annonce.host.user%} Réserver ! {% endif %} {% if app.user and app.user == annonce.host.user %} Modifier l'annonce Supprimer l'annonce {% endif %}Cette annonce est déjà dans vos favoris.
{% endif %} {% else %} Veuillez vous connecter pour ajouter cette annonce à vos favoris. {% endif %}{{ annonce.description | raw }}
{{comment.commentaire}}Note donnée : {% include 'includes/rating.html.twig' with {'rating': comment.rating} %}
{% for comment in annonce.avis %} {% include 'includes/_comment.html.twig' %} {% endfor %}