diff --git a/templates/tournament.html.twig b/templates/tournament.html.twig
index 1d469af..9b2735d 100644
--- a/templates/tournament.html.twig
+++ b/templates/tournament.html.twig
@@ -8,7 +8,7 @@
{{ division.getTitle() }} division qualification
{% set divisionPlayers = division.getPlayerList() %}
-
+
| Team |
{% for opponent in divisionPlayers %}
@@ -54,14 +54,14 @@
- | Player |
- Score |
+ Player |
+ Score |
{% for palyerScore in playOffStageGame.getScoreList() %}
- | {{ palyerScore.getPlayer().getTitle() }} |
- {{ palyerScore.getScore() }} |
+ {{ palyerScore.getPlayer().getTitle() }} |
+ {{ palyerScore.getScore() }} |
{% endfor %}