= $form->field($model, 'parentId')->dropDownList($model->parentsList()) ?>
= $form->field($model, 'title')->textInput(['maxlength' => true]) ?>
= $form->field($model, 'slug')->textInput(['maxlength' => true]) ?>
= $form->field($model, 'content')->widget(CKEditor::className()) ?>
= $form->field($model->meta, 'title')->textInput() ?>
= $form->field($model->meta, 'description')->textarea(['rows' => 2]) ?>
= $form->field($model->meta, 'keywords')->textInput() ?>
= Html::submitButton(Yii::t('buttons', 'Save'), ['class' => 'btn btn-success']) ?>