title = 'Команда'; $this->params[ 'breadcrumbs' ][] = $this->title; ?>
= Html::a(Yii::t('app', 'Добавить'), [ 'team-create' ], [ 'class' => 'btn btn-success' ]) ?>
= GridView::widget([ 'dataProvider' => $dataProvider, 'filterModel' => $searchModel, 'columns' => [ [ 'attribute' => 'team_id', 'label' => 'ID', ], [ 'attribute' => 'user', 'label' => 'ФИО', ], [ 'attribute' => 'link', 'format' => 'boolean', 'label' => 'Участник МФП', 'filter' => [ 1 => 'Да', 0 => 'Нет', ], ], [ 'attribute' => 'department', 'value' => 'department.name', 'label' => 'Отдел компании', ], [ 'attribute' => 'experience_from', 'value' => function($model, $key, $index, $column) { return \Yii::$app->formatter->asDate(time(), 'yyyy') - $model->experience_from; }, 'label' => 'Опыт, лет', 'filter' => "