Skip to content

Instantly share code, notes, and snippets.

View Sikwan's full-sized avatar

François Vanderkelen Sikwan

View GitHub Profile
@Sikwan
Sikwan / collection_widget.twig
Created June 15, 2012 09:53 — forked from cowlby/collection_widget.twig
Customizing form collections in Symfony2
{% block collection_widget %}
{% spaceless %}
<div class="collection">
{% if prototype is defined %}
{% set attr = attr|merge({'data-prototype': block('collection_item_widget') }) %}
{% endif %}
<div {{ block('widget_container_attributes') }}>
{{ form_errors(form) }}
<ul>
{% for rows in form %}