{{ form_errors(form) }}
{{ form_label(form.func_type) }} {{ form_widget(form.func_type) }} {{ form_errors(form.func_type) }}
{{ form_rest(form) }}