{{ form_widget(form.notes, {'attr' : {'class' : 'form-control', 'placeholder' : form.notes.vars.label }}, sylius_test_form_attribute('extra-notes')|merge({'rows': 3})) }} {% if form.terms is defined %} {% for key, child in form.terms %}
{% endfor %} {% endif %}