diff --git a/webapp/src/Service/ScoreboardService.php b/webapp/src/Service/ScoreboardService.php index 0c1167d425..514df61299 100644 --- a/webapp/src/Service/ScoreboardService.php +++ b/webapp/src/Service/ScoreboardService.php @@ -779,6 +779,8 @@ public function getGroupedAffiliations(Contest $contest): array $affiliations[$teamaffil->getName()] = [ 'id' => $teamaffil->getExternalid(), 'name' => $teamaffil->getName(), + 'country' => $teamaffil->getCountry(), + 'color' => $category->getColor(), ]; } } diff --git a/webapp/templates/partials/scoreboard.html.twig b/webapp/templates/partials/scoreboard.html.twig index 4fb8a18bfb..79de781183 100644 --- a/webapp/templates/partials/scoreboard.html.twig +++ b/webapp/templates/partials/scoreboard.html.twig @@ -67,7 +67,16 @@