I have a partial created for a symfony form, on some pages I want expanded to be set to true to display a radio. However on some pages I need a select option to be displayed which is achieved by setting expand to 'false'.
I know this is possible through a controller but it needs to be completed through twig.