= $form->field($model, 'username')->textInput(['maxLength' => true]) ?>
			= $form->field($model, 'email')->textInput(['maxLength' => true]) ?>
			= $form->field($model, 'password')->passwordInput(['maxLength' => true]) ?>
			= $form->field($model, 'role')->dropDownList($model->rolesList()) ?>
		
	 
	
		= Html::submitButton(Yii::t('buttons', 'Save'), ['class' => 'btn btn-primary']) ?>