{% for child in form.children %} {% if "hidden" not in child.vars.block_prefixes %}
{{ form_label(child) }}
{{ form_widget(child) }} {{ form_errors(child) }}
{% endif %} {% endfor %}
{{ form_rest(form) }}