{% extends "_layouts/cp" %} {% set fullPageForm = true %} {% import "_includes/forms" as forms %} {% block content %} {{ redirectInput('settings/sites') }} {% if site.id %}{% endif %} {{ forms.selectField({ first: true, label: "Group"|t('app'), instructions: "Which group should this site belong to?"|t('app'), id: 'group', name: 'group', options: groupOptions, value: groupId }) }}