template = $template; } public function load(AdvInterface $adv, CategoryInterface $cats, CityInterface $city, CountryRepositoryInterface $country) { $this->template->set('adv', $adv); $this->template->set('country', $country->find($adv->country_id)); } }