title = Yii::t('app', 'termin'); $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a(Yii::t('app', 'Create'), ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ 'dataProvider' => $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'], ], ]); ?>