title = Yii::t('common/door_log', 'Mozgások'); $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

render('_search', ['model' => $searchModel]); ?> $dataProvider, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], [ 'attribute' => 'id_card', 'value' => 'cardNumber' ], [ 'attribute' => 'id_key', 'value' => 'keyNumber' ], [ 'attribute' => 'id_customer', 'value' => 'customerName' ], [ 'attribute' => 'direction', 'value' => 'directionName' ], // 'type', 'created_at:datetime', ], ]); ?>