{% set fields = [ { "internalTransfersNb": { "name": "total.internalTransfersNb", "type": "number" }, "sellPriceWithoutTax": { "name": "total.sellPriceWithoutTax", "type": "money" } } ] %} {% include 'AppBundle:Admin:CRUD\\Analysis\\Include\\include_stats.html.twig' with { 'callbackQueryObjectPrefix': callbackQueryObjectPrefix, 'fields': fields } %}