field($model, 'login')->textInput(['maxlength' => true]) ?> field($model, 'password')->passwordInput(['maxlength' => true]) ?> field($model, 'email')->textInput(['maxlength' => true]) ?> field($model, 'is_super')->textInput() ?> field($model, 'name')->textInput(['maxlength' => true]) ?> field($model, 'office_id')->textInput() ?> field($model, 'photo')->textInput(['maxlength' => true]) ?> field($model, 'contacts')->textInput(['maxlength' => true]) ?> field($model, 'acl_accounts_access')->textInput() ?> field($model, 'active')->textInput() ?>
isNewRecord ? 'Create' : 'Update', ['class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary']) ?>