templates/home/boutique-home.html.twig line 1
{% extends 'base.html.twig' %}{% block title %}Bienvenue {% endblock %}{% block body %}{% if immeubles is not empty %}Récentes publications d'immeubles
{% for immeuble in immeubles %}{% if immeuble.typeoperation == "LOCATION" %}A LOUER{% else %}A VENDRE{% endif %}{% if immeuble.photo is defined and immeuble.photo == 'default-immo.jpg' %} }})
{% else %}{% endif %}{% endfor %}{% if immeubles is not null %}{% endif %}{% endif %}{% if articles is not empty %}Récentes articles
{% for article in articles %}{% if article.ispromo == true %}PROMO{% endif %}{% if article.IsSolde == true %}Jusqu'à -{{ article.soldePourcentage}}%{% endif %}{% if article.imageprincipale is not defined or article.imageprincipale == 'default-article.jpg' %} }})
{% else %}{% endif %}{{ article.libelle|length > 50 ? article.libelle|slice(0, 50) ~ '...' : article.libelle }}{% if article.ispromo==true %}{% if article.isNoprice == true %}Prix à la demande{% else %}{{ article.prixpromo|number_format(0,'.',' ') }} FCFA{{ article.prix|number_format(0,'.',' ') }} FCFA{% endif %}{% elseif article.IsSolde == true %}{% if article.isNoprice == true %}Prix à la demande{% else %}{{ article.prix|number_format(0,'.',' ') }} FCFA{% endif %}{% else %}{% if article.prix > 0%}{{ article.prix|number_format(0,'.',' ') }} FCFA{% else %}Prix à la demande{% endif %}{% endif %}{% endfor %}{% endif %}{% if vehicules is not empty %}Les Récentes publications de vehicules
{% for v in vehicules %}{% if v.typeoperation == "LOCATION" %}A LOUER{% else %}A VENDRE{% endif %}{% endfor %}{% endif %}{% if services is not empty %}Les Récentes publications de services
{% for s in services %}{% endfor %}{% if services is not null %}{% endif %}{% endif%}{% endblock %}

 }})