<?php /* @var $this yii\web\View */ /* @var $model backend\modules\document\models\Template */ $this->title = 'Создать шаблон'; $this->params['breadcrumbs'][] = ['label' => 'Templates', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?> <div class="template-create"> <?= $this->render('_form', [ 'model' => $model, ]) ?> </div>