{% if filterFormCHP.vars.errors|length > 0 %}
{{ form_errors(filterFormCHP) }}
{% endif %}  
{{ form(filterFormCHP) }}
{% if filterFormCHP is filtered %}
Filtros aplicados {{ renderAppliedFilters(filterFormCHP) }}
{% endif %}