{{ form_label(form.name) }} {{ form_widget(form.name) }}
{{ form_label(form.account) }} {{ form_widget(form.account) }}
{{ form_label(form.shipping) }} {{ form_widget(form.shipping) }}
{{ form_label(form.billing) }} {{ form_widget(form.billing) }}
{{ form_label(form.billcontact) }} {{ form_widget(form.billcontact) }}
{{ form_widget(form.id) }} {{ form_widget(form.ownid) }}