{% extends 'Common/baseAdminPannel.html.twig' %} {% block title %} {{'Pagos a proveedores (control de facturas)'}} {% endblock %} {% block body %}
{{ form_start(filterForm, {'attr':{'data-remote':'true', 'data-url':filterForm.vars.action,'data-method':'GET', 'data-replacecontent':'true' }}) }}
{{ form_row(filterForm.folio) }}
{{ form_row(filterForm.dateRange) }}
{{ form_row(filterForm.user) }}
{{ form_row(filterForm.provider) }}
{#Help#}
{{ form_row(filterForm.canBeInvoiced) }}
{% if filterForm.required is defined %} {{ form_row(filterForm.required) }} {% endif %}
{% if filterForm.invoiced is defined %} {{ form_row(filterForm.invoiced) }} {% endif %}
{{ form_end(filterForm) }} {% for field in fields %} {% if field.name in hiddenFields %} {% else %} {% endif %} {% endfor %}
{{ field.name|trans|capitalize }}{{ field.name|trans|capitalize }}{{ "actions"|trans|capitalize }}
{% endblock %}