{{ form_start(form, { attr:{id:form.vars.id} }) }}
{{ form_row(form.name, { attr: {class: 'form-control'} }) }}
{{ form_row(form.active, { attr: {class: 'minimal'} }) }}
{{ form_end(form) }}