{% set fields = [ { "nbVehicles": { "name": "total.totalNbVehiclePurchase", "type": "number" }, "purchasePrice": { "name": "total.totalPurchasePriceWithoutTax", "type": "money" }, "purchasePriceTtc": { "name": "total.totalPurchasePriceWithTax", "type": "money" }, "totalExternalChargesHT": { "name": "total.totalExternalChargesWithoutTax", "type": "money" }, "totalInternalTransferChargesHT": { "name": "total.totalInternalChargesWithoutTax", "type": "money" }, "totalTransportChargesHT": { "name": "total.totalTransportChargesWithoutTax", "type": "money" }, "totalPurchaseChargesHT": { "name": "total.totalChargesWithoutTax", "type": "money" }, "costPrice": { "name": "total.totalCostPriceWithoutTax", "type": "money" } } ] %}