title = 'Изменение поля документа. Поле: ' . $model->title; $this->params['breadcrumbs'][] = ['label' => 'Document Fields', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->title, 'url' => ['view', 'id' => $model->id]]; $this->params['breadcrumbs'][] = 'Update'; ?>
render('_form', [ 'model' => $model, ]) ?>