title = 'Users';
$this->params['breadcrumbs'][] = $this->title;
?>
= Html::encode($this->title) ?>
render('_search', ['model' => $searchModel]); ?>
= GridView::widget([
'dataProvider' => $dataProvider,
'filterModel' => $searchModel,
'columns' => [
['class' => 'yii\grid\SerialColumn'],
'id',
'username',
//'role',
'email:email',
'fio',
'at_org',
// 'org_type',
'member_phone',
// 'fax',
// 'status',
// 'password_hash',
// 'auth_key',
// 'confirmed_at',
// 'unconfirmed_email:email',
// 'blocked_at',
// 'registration_ip',
// 'created_at',
// 'updated_at',
// 'flags',
['class' => 'yii\grid\ActionColumn'],
],
]); ?>