{% extends 'base.html.twig' %} {% block title %}Categorie : {{ category.nom}} {% endblock %} {% block body %}

Catégorie : {{category.nom }}

{% if category.annonces is defined %} {% for annonce in category.annonces %}
{{ annonce.rooms }} chambres, {{ annonce.price | number_format(2, ',', ' ') }}DZD / nuit
Image de l'appartement

{{ annonce.titre }}

{{ annonce.introduction }}

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