title = 'Прайс ' . Html::encode("{$importer->name} от {$date}");
$this->params['breadcrumbs'][] = $this->title;
?>
= Html::encode($this->title) ?>
= GridView::widget( ['dataProvider' => $dataProvider,
'columns' => [
['attribute' => 'FULL_ARTICLE'],
['attribute' => 'ARTICLE'],
['attribute' => 'BRAND'],
['attribute' => 'DESCR'],
['attribute' => 'BOX'],
['attribute' => 'ADD_BOX'],
['attribute' => 'GROUP'],
['attribute' => 'name'],
['attribute' => 'PRICE'],
]
] ); ?>