title = Yii::t('common/ugiro', 'Kötegek'); $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

render('_search', ['model' => $searchModel]); ?> $dataProvider, 'columns' => [ [ 'attribute' => 'id_ugiro', 'label' => 'Köteg azonosító' ], [ 'attribute' => 'user.username', 'label' => 'Felhasnáló' ], [ 'attribute' => 'statusName', 'label' => 'Státusz' ], [ 'attribute' => 'created_at', 'label' => 'Létrehozva', 'format' =>'datetime' ], ['class' => 'yii\grid\ActionColumn', 'template' => '{view}' ], ], ]); ?>