title = 'Вход в личный кабинет';
$this->params['breadcrumbs'][] = $this->title;
?>
= Html::encode($this->title) ?>
'login-form',
'options' => ['class' => 'well form-vertical'],
'enableClientScript' => false,
]); ?>
= $form->field($model, 'username') ?>
= $form->field($model, 'password')->passwordInput() ?>
= $form->field($model, 'rememberMe')->checkbox() ?>
= Html::submitButton('Войти', ['class' => 'btn btn-primary', 'name' => 'login-button']) ?>