title = $model->title; $this->params['breadcrumbs'][] = ['label' => 'Templates', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; \yii\web\YiiAsset::register($this); ?>

$model->id], ['class' => 'btn btn-primary']) ?> $model->id], ['class' => 'btn btn-primary']) ?> $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', 'method' => 'post', ], ]) ?>

$model, 'attributes' => [ 'id', 'title', 'created_at', 'updated_at', ], ]) ?>

$templateFieldDataProvider, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], [ 'attribute' => 'field_id', 'filter' => DocumentField::find()->select(['title', 'id'])->indexBy('id')->column(), 'value' => 'field.title', ], [ 'class' => 'yii\grid\ActionColumn', 'template' => '{view}{delete}', 'controller' => 'template-document-field', 'buttons' => [ 'delete' => function ($url,$model) { return Html::a( '', [ 'template-document-field/delete', 'id' => $model['id'], 'template_id' => $model['template_id'] ], [ 'data' => ['confirm' => 'Вы уверены, что хотите удалить этот вопрос?', 'method' => 'post'] ] ); }, ], ], ], ]); ?>

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