{% block repeated_row %} {% for child in form %}
{{ form_widget(child) }}
{% endfor %} {% endblock repeated_row %}