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', 'created_at', 'updated_at', [ 'class' => 'yii\grid\ActionColumn', 'template' => '{view} {delete}', ], ], ]); ?>