{% extends 'baseAdmin.html.twig' %} {% block title %}{% endblock %} {% block body %}
| Région | Wilaya | Nombre d'annonces | Pourcentage |
|---|---|---|---|
| {{ stat.regionName }} | {{ stat.wilayaName }} | {{ stat.annonceCount }} | {{ (stat.annonceCount / totalAnnouncements * 100)|number_format(2, '.', ',') }}% |
| Location | Popriétaire | Moyenne |
|---|---|---|
| {{annonce.titre}} |
{% if annonce.image is not null %}
{% endif %}
{{annonce.nom}}
{{annonce.prenom}}
|
{{annonce.note | number_format(1, ",", " ")}} |
| Location | Popriétaire | Moyenne |
|---|---|---|
| {{annonce.titre}} |
{% if annonce.image is not null %}
{% endif %}
{{annonce.nom}}
{{annonce.prenom}}
|
{{annonce.note | number_format(1, ",", " ")}} |