title = Yii::t('common/waste', 'Update {modelClass}: ', [ 'modelClass' => 'Waste', ]) . ' ' . $model->id_waste; $this->params['breadcrumbs'][] = ['label' => Yii::t('common/waste', 'Wastes'), 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->id_waste, 'url' => ['view', 'id' => $model->id_waste]]; $this->params['breadcrumbs'][] = Yii::t('common/waste', 'Update'); ?>

title) ?>

render('_form', [ 'model' => $model, ]) ?>