{% set fields = [ { "purchaseVehiclePriceWithoutTax": { "name": "total.totalPurchasePriceWithoutTax", "type": "money" }, "purchaseVehiclePriceWithTax": { "name": "total.totalPurchasePriceWithTax", "type": "money" }, "purchaseVehicleTotalChargesWithoutTax": { "name": "total.totalChargesWithoutTax", "type": "money" } } ] %} {% include 'AppBundle:Admin:CRUD\\Analysis\\Include\\include_stats.html.twig' with { 'callbackQueryObjectPrefix': callbackQueryObjectPrefix, 'fields': fields } %}