| Id | Titre | Host | Réservations | Note | Date d'ajout | Etat de l'annonce | actions |
|---|---|---|---|---|---|---|---|
| {{ annonce.id }} | {{ annonce.titre }} |
{% if annonce.host.user.image != null %}
{% endif %}
{{ annonce.host.user.nom }}
{{ annonce.host.user.prenom }}
|
{{annonce.reservation | length}} | {{annonce.avgRatings | number_format(1, ',', ' ')}} | {{ annonce.createdAt ? annonce.createdAt|date('Y-m-d H:i:s') : '' }} | {% if annonce.status %}Active{% else %}Inactive {% endif %} |
no records found
{% endif %}