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