Clients

{% if entities is not empty %} {% for entity in entities %} {% endfor %}
Maire Code postal Maire Contacts Position Numéro vendeur Dernière vente détail Lot Nombre d'habitants Date de relance
{{ entity.societe }} {{ entity.codePostal }} {{ entity.nom }} {{ entity.contacts|nl2br }} {{ entity.position }} {{ entity.numeroVendeur }} {{ query_client_last_article(entity) }} {{ query_client_lots(entity) }} {{ entity.nombreHabitants }} {{ entity.dateRelance|date('d/m/Y') }}
{% endif %}