Description | Calibration | Début | Fin | Qté | {% for bonLivraisonLigne in bonLivraison.getBonLivraisonLignes() %}
---|---|---|---|---|
{{ 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, ',', '') }} |