title = Yii::t('order', 'Labels'); $this->params[ 'breadcrumbs' ][] = $this->title; ?>
= Html::a(Yii::t('order', 'Create Label'), [ 'create' ], [ 'class' => 'btn btn-success' ]) ?>
= GridView::widget( [ 'dataProvider' => $dataProvider, 'filterModel' => $searchModel, 'columns' => [ [ 'class' => 'yii\grid\SerialColumn' ], 'id', [ 'label' => 'SSSS', 'attribute' => 'title', 'value' => 'lang.title', ], 'value', [ 'attribute' => 'status', 'filter' => [ 0 => \Yii::$app->formatter->asBoolean(false), 1 => \Yii::$app->formatter->asBoolean(true), ], ], [ 'class' => 'yii\grid\ActionColumn' ], ], ] ); ?>