title = 'Термин'; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

render('_search', ['model' => $searchModel]); ?>

'btn btn-success']) ?>

$dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], 'termin_id', 'termin_title', 'lang_id', [ 'class' => 'yii\grid\ActionColumn', 'template' => '{create} {view} {update} {delete} {create_parent}', 'buttons' => [ 'create_parent' => function ($url, $model, $key) { return Html::a('', $url); } ], ], ], ]); ?>