{% 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' } }) }}
{{ form_widget(form.number, { 'attr': { 'class' : 'form-control', 'placeholder' : 'Search Work Order #' | trans } }) }}
...
{{ form_rest(form) }}
{{ form_end(form) }} {% endif %}
{{ render(controller('Chloe\\Controller\\User\\NotificationController:indexAction')) }}
{##} {#{% endblock %}#}