public function getTemplateParameters()
 {
     $teams = TeamsDataService::getTeamsOfLeagueOrderedByAlltimeTableCriteria($this->_websoccer, $this->_db, $this->_leagueId, $this->_type);
     return array("leagueId" => $this->_leagueId, "teams" => $teams);
 }