{{ form_start(form) }}
{{ form_label(form.name) }}
{{ form_widget(form.name) }}
{{ form_widget(form.save) }}
{{ form_end(form) }}