product, $this->count); if (!$this->title) { $this->title = Yii::t('product', 'Similar products'); } return $this->render('products_block', [ 'title' => $this->title, 'class' => 'similar-products', 'products' => $products, ]); } }