submit($model, $this) . $form->text_line_lang($modelLang, 'title') . $form->text_line($model, 'alias') . $form->field($model, 'role')->selectOne(AuthRole::dropDownList()) . $form->switcher($model, 'published') . $form->submit($model, $this); // ActiveForm::end();