The Repeated and Collection types extend the Form type so there is no need to explicitely render the parent section.
@@ -242,12 +242,6 @@
{% endspaceless %}
{% endblock file_widget %}
-{% block collection_widget %}
-{% spaceless %}
- {{ block('form_widget') }}
-{% endspaceless %}
-{% endblock collection_widget %}
-
{% block repeated_row %}
{% spaceless %}
{{ block('field_rows') }}
@@ -36,12 +36,6 @@
{% endblock hidden_row %}
-{% block repeated_errors %}
- {{ block('form_errors') }}
-{% endblock repeated_errors %}
{% block form_widget %}
<table {{ block('container_attributes') }}>