{{ form_start(form, { attr: { id: 'category-form' } }) }}
{{ form_row(form.title) }}
{{ form_widget(form.slugAuto, { attr: { class: 'form-check-input', id: 'slugAutoSwitch' } }) }}
{{ form_row(form.slug) }}
{{ form_row(form.description) }}
{{ form_row(form.visibleInNavigation) }}
{{ form_end(form) }}