title = 'Поля документов'; $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a('Создать новое поле', ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ 'dataProvider' => $dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], 'title', [ 'attribute' => 'field_template', 'value' => function($model) { return '${' . $model->field_template . '}'; }, ], ['class' => 'yii\grid\ActionColumn'], ], ]); ?>