{% extends 'base.html.twig' %} {% block title %}Hello HomeController!{% endblock %} {% block body %} {#
#}
{% include "annonce/_filter.html.twig" with {form: form} only %}
{% if pagination is defined and pagination|length > 0 %}
{% for result in pagination %}
{{ result.rooms }} chambres, {{ result.price | number_format(2, ',', ' ') }}DZD; / nuit
{% if result.avis|length > 0 %} {% include 'includes/rating.html.twig' with {'rating': result.avgRatings} %} {% else %} Pas encore noté {% endif %}
Image de l'appartement

{{ result.titre }}

{{ result.introduction }}

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

Aucun résultat trouvé

Désolé, aucun résultat n'a été trouvé pour la recherche spécifiée.

{% endif %}
{% if searchTerm is defined %}

Aucun résultat trouvé

Désolé, aucun résultat n'a été trouvé pour la recherche spécifiée.

{% endif %}

Ça vient d'arriver !

{% for data in rentalsByOrderDateDesc %} {% include "annonce/_annonce.html.twig" with {'annonce': data.annonce} %} {% endfor %}

Nos locations stars

{% for data in rentals %} {% include "annonce/_annonce.html.twig" with {'annonce': data.annonce} %} {% endfor %}
Meilleurs Hosts

Nos Accueillants stars

Read Articles

Recent Blog

{#

Subcribe to our Newsletter

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in

#} {% endblock %}