{% import "_includes/forms" as forms %} {{ forms.selectField({ label: "Groups"|t('sprout-import'), instructions: "Generate users in a specific User Group. If no group is selected, none will be assigned."|t('sprout-import'), name: "settings[userGroup]", options: [{label: "Select a group..."|t('sprout-import'), value: null}]|merge(groups), value: seedJob.settings.userGroup ?? null, errors: seedJob.getErrors('userGroup') ?? null }) }}