{% form_theme form with form.vars.qb_form_theme %} {{ form_start(form, { attr:{id:form.vars.id, method: 'post'} }) }} {{ form_widget(form._token) }} {{ form_widget(form.eventResolver) }} {{ form_widget(form.order) }}
{{ form_row(form.name, { attr: {class: 'form-control'} }) }}
{{ form_row(form.active, { attr: {class: 'minimal'} }) }}
{{ form_row(form.parent, { attr: {class: 'form-control'} }) }}
{{ form_row(form.accessibility, { attr: {class: 'form-control'} }) }}
{{ form_row(form.metadata.userGroups, { attr: {class: 'form-control'} }) }}
{{ form_row(form.linkedType, { attr: {class: 'form-control'} }) }}
{{ form_row(form.metadata.route, { attr: {class: 'form-control'} }) }}
{{ form_row(form.metadata.hrefTarget, { attr: {class: 'form-control'} }) }}
{{ form_row(form.seotitle, {'attr':{'class': 'form-control'} }) }}
{{ form_row(form.seokeywords, {'attr':{'class': 'form-control'} }) }}
{{ form_row(form.seometadescription, {'attr':{'class': 'form-control'} }) }}
{{ form_end(form) }}