{% if form is defined and is_granted('ROLE_CLIENT') == false %} {{ form_start(form, { 'attr' : { 'method': 'post', 'action': action_url | default(url('workorder_search')), 'class': 'row form-horizontal' } }) }}