{% set fields = [ { "invoiceFundingNb": { "name": "total.fundingNb", "type": "number" }, "invoiceFundingAmount": { "name": "total.amount", "type": "money" }, "invoiceFundingPenetrationRate": { "name": "total.penetrationRate", "type": "number" } } ] %} {% include 'AppBundle:Admin:CRUD\\Analysis\\Include\\include_stats.html.twig' with { 'callbackQueryObjectPrefix': callbackQueryObjectPrefix, 'fields': fields } %}