setTitle('Modifier un produit ('.Html::encode($model->name).')'); $this->addBreadcrumb(['label' => 'Produits', 'url' => ['index']]); $this->addBreadcrumb(['label' => $model->name, 'url' => ['update', 'id' => $model->id]]); $this->addBreadcrumb('Modifier'); ?> render('_nav', [ 'model' => $model, 'action' => $action, ]) ?>
render('../_form', [ 'model' => $model, ]) ?>