title = 'Labels'; $this->params[ 'breadcrumbs' ][] = $this->title; ?>
= Html::a('Create Label', [ 'create' ], [ 'class' => 'btn btn-success' ]) ?>
= GridView::widget([ 'dataProvider' => $dataProvider, 'filterModel' => $searchModel, 'columns' => [ 'id', 'label', [ 'attribute' => 'name', 'value' => 'lang.name', ], [ 'class' => 'yii\grid\ActionColumn' ], ], ]); ?>