Since umpteens days, I block on a problem with Symfony 2 and forms.
I got a form of websites entities. \"Websites\" is a collection of website\'s entities and each w
If you do not need to define a template system-wide, simply set a template in your twig template, and ask twig to use it.
{# using the profiler, you can find the block widget tested by twig #}
{% block my_block_widget %}
My template for collection
{{ form_row(form.field1)}}
{{ form_row(form.field2)}}
{% endblock %}
{% form_theme form.my_collection _self %}