field($model, 'username')->textInput(['maxLength' => true]) ?> field($model, 'email')->textInput(['maxLength' => true]) ?> field($model, 'password')->passwordInput(['maxLength' => true]) ?> field($model, 'role')->dropDownList($model->rolesList()) ?>
'btn btn-primary']) ?>