title = "Kulcs részletek"; $this->params['breadcrumbs'][] = ['label' => Yii::t('backend/key', 'Keys'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a(Yii::t('backend/key', 'Update'), ['update', 'id' => $model->id_key], ['class' => 'btn btn-primary']) ?>
= DetailView::widget([ 'model' => $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', ], ]) ?>