{% extends 'base.html.twig' %} {% block title %}Liste des demandes{% endblock %} {% block body %}
ID | Nom du commerce | Date de création | Statut | Place UUID | Dernière tentative de contact | Actions | |
---|---|---|---|---|---|---|---|
{{ demande.id }} | {{ demande.query }} | {{ demande.email }} | {{ demande.createdAt ? demande.createdAt|date('Y-m-d H:i:s') : '' }} | {{ demande.status }} | {{ demande.placeUuid }} | {{ demande.lastContactAttempt ? demande.lastContactAttempt|date('Y-m-d H:i:s') : '' }} |
Éditer
{% if demande.place %}
Envoyer un email
{% endif %}
|
Aucune demande trouvée |