* @copyright (c), Thread */ use yii\helpers\Html; $this->beginContent('@app/layouts/main.php'); ?>

context->module->name, $this->context->module->title) ?>. context->module->name, $this->context->title) ?>.

'btn btn-warning']) ?>

' . Yii::t('app', 'Create'), ['create'], ['class' => 'btn btn-primary']) ?> ', ['trash'], ['class' => 'btn btn-default', 'title' => Yii::t('app', 'Trash')]) ?>

endContent();