{% extends '::base.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block body %} Imprimer
FICHE CLIENT {{ query_client_last_order(client) }} Date de commande
  Code client : {{ client.code }}
Contacts: {{ client.contactsStr2|raw }}
Mairie {{ client.societe }}
Nom {{ client.nom }}
Adresse {{ client.adresseReal }}
CP, V, P {{ client.codePostal }} {{ client.ville }}
Email {{ client.email }}
Conditions:  
Vendeur: {{ client.getNumeroVendeur }}
B.P:  
Source:  
POSITION
{{ client.getPosition }}
{{ client.getNombreHabitants }}
{% if client.comment %} {{ client.comment }} {% endif %}

COMMENTAIRES

{% for bl in bl_sorted %} {% endfor %} {% if bl_sorted|length < 33 %} {% for item in bl_sorted|length..33 %} {% endfor %} {% endif %}
{{ bl.summary }}
 
Date dernier RDV : {{ client.dateRelance|date('d/m/Y') }}
{% endblock %}