{% 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, ',', '') }}
{% if bonLivraison.getTransport() %}
Type de transport : {{ bonLivraison.getTransport() }}
{% endif %}
Date d'envoi : {{ bonLivraison.getSendingDate|date('d/m/Y') }}