Date :
{{ bonLivraison.getDocumentDate|date('d/m/Y') }}
Commande :
{{ bonLivraison.getCommandeClient() }}
Demandeur :
{% if user.hasServiceDemo %} NOM contact {% else %} {% if bonLivraison.getInvoiceContactName() != '' %} {{ bonLivraison.getInvoiceContactName() }} {{ bonLivraison.getInvoiceContactFirstName() }} {% else %} {{ bonLivraison.getDeliveryContactName() }} {{ bonLivraison.getDeliveryContactFirstName() }} {% endif %} {% endif %}
Référence :
{{ bonLivraison.getReference() }}
Votre correspondant :
{{ bonLivraison.getColleagueFirstName() }} {{ bonLivraison.getColleagueName() }}
Affaire :
{{ bonLivraison.getDealId() }}
{% if user.hasServiceDemo %} Nom du client



T : numéro de téléphone}

Email : adresse email {% else %} {{ bonLivraison.getCustomerName() }}
{{ bonLivraison.getDeliveryContactFirstName() }} {{ bonLivraison.getDeliveryContactName() }}
{{ bonLivraison.getDeliveryAddress1() }}
{% if bonLivraison.getDeliveryAddress2() != '' %}{{ bonLivraison.getDeliveryAddress2() }}
{% endif %} {{ bonLivraison.getDeliveryZipCode() }} {{ bonLivraison.getDeliveryCity() }}

{% if bonLivraison.getDeliveryContactPhone() != '' and bonLivraison.getDeliveryContactCellPhone() != '' %} T : {{ bonLivraison.getDeliveryContactPhone() }} / {{ bonLivraison.getDeliveryContactCellPhone() }}
{% elseif bonLivraison.getDeliveryContactPhone() != '' %} T : {{ bonLivraison.getDeliveryContactPhone() }}
{% elseif bonLivraison.getDeliveryContactCellPhone() != '' %} T : {{ bonLivraison.getDeliveryContactCellPhone() }}
{% endif %} Email : {{ bonLivraison.getDeliveryContactEmail() }} {% endif %}
{% for bonLivraisonLigne in bonLivraison.getBonLivraisonLignes() %} {% endfor %}
Description Calibration Début Fin Qté
{{ bonLivraisonLigne.getDescription() }} {{ bonLivraisonLigne.getCalibration() }} {% if bonLivraisonLigne.getLocationBegin() %}{{ bonLivraisonLigne.getLocationBegin()|date('d/m/Y') }}{% endif %} {% if bonLivraisonLigne.getLocationEnd() %}{{ bonLivraisonLigne.getLocationEnd()|date('d/m/Y') }}{% endif %} {{ bonLivraisonLigne.getQuantity()|number_format(2, ',', '') }}
Type de transport : {{ bonLivraison.getTransport() }}
Date d'envoi : {{ bonLivraison.getSendingDate|date('d/m/Y') }}