title = "Kulcs részletek"; $this->params['breadcrumbs'][] = ['label' => Yii::t('backend/key', 'Keys'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

$model->id_key], ['class' => 'btn btn-primary']) ?>

$model, 'attributes' => [ [ 'attribute' => 'id_key', 'label' =>"Kulcs azon." ], 'number', 'rfid_key', [ 'attribute' => 'status', 'value' => Helper::getArrayValue( Key::statuses() ,$model->status, "Ismeretlen" ) ], [ 'attribute' => 'type', 'value' => Helper::getArrayValue( Key::types() ,$model->type, "Ismeretlen" ) ], 'created_at:datetime', ], ]) ?>