add(sprintf( tp('%d Service', '%d Services', $this->summary->services_total), $this->summary->services_total )); } protected function createStateBadges(): BaseHtmlElement { return new ServiceStateBadges($this->summary); } }