{% for singleMission in missions %}
{{singleMission.shipmentItem.collectCityRegion}}
{{singleMission.shipmentItem.shippingCityRegion}}
{% endfor %} {% for singleMission in missions %} {% if singleMission == missions|first %} Aller {% else %} Retour {% endif %}
Date : {{singleMission.datePickup|date("d/m/Y")}}
Adultes {{singleMission.nbrAdults}}
Enfants {{singleMission.nbrChildrens}}
Bagages {{singleMission.nbrBags}}
Heure {{singleMission.timePickup|date("H:i")}}
Vehicule {{order.shippingMethod.shippingVehicleType}}
{% endfor %}
Montant á payer {{order.totalAmount}}€