{% if form.vars.choices|length == 1 %} {{ form_row(form, sylius_test_form_attribute(type ~ 'country')|sylius_merge_recursive({'attr': { 'class': 'form-control', 'style': 'font-size: 1.5rem;'}})|merge({'value': form.vars.choices[0].value})) }} {% else %} {{ form_row(form, sylius_test_form_attribute(type ~ 'country')|sylius_merge_recursive({'attr': { 'class': 'form-control', 'style': 'font-size: 1.5rem;'}})) }} {% endif %}