{% form_theme form 'bootstrap_3_layout.html.twig' %}
{{ form_start(form, {'action' : path('sales_manage_cashpoint_list'), 'method':'GET'} ) }}
{{ form_row(form.minDate) }}
{{ form_row(form.maxDate) }}
{{ form_row(form.alias) }}
{{ form_row(form.typeStatusManageCashpoint) }}
{% if roleRight or isRightManageCashpointListInShops %}
{{ form_row(form.shop) }}
{% endif %}
Limpiar
{{ form_end(form) }}