title = $model->fio; $this->params['breadcrumbs'][] = ['label' => 'Профили', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>

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

$model, 'attributes' => [ 'fio', 'passport', [ 'attribute' => 'photo', 'format' => 'raw', 'value' => function ($model) { return Html::tag('img', null, ['src' => $model->photo, 'width' => '100px']); } ], [ 'attribute' => 'level', 'value' => function($model){ return \common\models\UserCard::getLevelLabel($model->level); } ], [ 'attribute' => 'specification', 'value' => $model->specification ], [ 'attribute' => 'resume', 'format' => 'raw', 'value' => function ($model) { return Html::a('Скачать', $model->resume, ['target' => '_blank']); } ], [ 'attribute' => 'city', 'value' => $model->city ], [ 'attribute' => 'gender', 'value' => $model->gendersText, ], 'email:email', 'link_vk:url', 'link_telegram:url', 'dob', [ 'attribute' => 'status', 'value' => $model->status0->name, ], 'salary', [ 'attribute' => 'position_id', 'value' => (isset($model->position->name)) ? $model->position->name : 'Без должности', ], 'created_at', 'updated_at', 'vc_text_short', [ 'attribute' => 'vc_text', 'format' => 'raw' ] ], ]) ?>

Навыки

name; ?>

Дополнительные сведения

$modelFieldValue, 'layout' => "{items}", 'columns' => [ 'field.name:text:Поле', [ 'attribute' => 'value', 'format' => 'raw', 'value' => function ($model) { return $model->getValue(); } ], ], ]); ?>

История изменений

$changeDataProvider, 'columns' => [ 'label', 'old_value', 'new_value', 'created_at', ], ]); ?>