{% extends "@Flexy/FrontBundle/Themes/Mutaweef/templates/layout.html.twig" %} {% block stylesheets %} {{parent()}} {% endblock %} {% block body %} {% set thumbnailConfig = { "thumbnail": { "size": [260, 200], "mode": "outbound", }, "background":{ "color":"#000000", "size": [260, 200], "position": "center" } } %}
{{form_start(formFilter)}}
{% for singleField in formFilter.children %} {{ form_widget(singleField) }} {% endfor %}
{{form_end(formFilter)}}
{% endblock body %}