#}
{#{% set index = 0 %}#}
{#{% for child in searchForm.children %}#}
{#{% if index==0 %}#}
{#
#}
{#{% endif %}#}
{#
#}
{#
#}
{#{{ loop.index#}
{#{{ form_widget(child) }} #}
{#
#}
{#
#}
{#{% set index = index+1 %}#}
{#{% if index==3 %}#}
{#{% set index= 0 %}#}
{#
#}
{#{% endif %}#}
{#{% else %}#}
{#
#}
{#No se ha encontrado ninguna configuración#}
{#
#}
{#{% endfor %}#}
{#