{% form_theme formView with "@Core/frontend/form/bootstrap_3_layout.html.twig" %} {% if (full is not defined) or (full == true) %} {{ form(formView) }} {% else %} {{ form_rest(formView) }} {% endif %}