title = $model->username; $this->params['breadcrumbs'][] = ['label' => Yii::t('backend/user', 'Users'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

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

$model, 'attributes' => [ 'username', 'email:email', 'statusHuman', 'created_at:datetime', [ 'attribute' => 'role', 'value' => $model->roleString ] ], ]) ?>