title = Yii::t('app', 'termin'); $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

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

'btn btn-success']) ?>

$dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], [ 'attribute' => 'termin_title', 'value' => 'terminLangs.termin_title' ], [ 'attribute' => 'termin_parent_title', 'value' => 'parent.terminLangs.termin_title' ], 'termin_name', 'is_book', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>