diff --git a/templates/index.html.twig b/templates/index.html.twig
index 2b94600..3453bdb 100644
--- a/templates/index.html.twig
+++ b/templates/index.html.twig
@@ -18,7 +18,7 @@
{% if tournamentCount > 0 %}
-
There are {{ tournamentCount }} created tournaments.
+
There are {{ tournamentCount }} created tournaments.
{% for tournament in tournamentList %}
@@ -26,11 +26,23 @@
{% endfor %}
- {% if page > 0 %}
-
Previous
- {% endif %}
- {% if page + 1 < tournamentCount/tournamentPerPage and tournamentList.count() >= tournamentPerPage %}
-
Next
+ {% if tournamentCount/tournamentPerPage > page %}
+
+
+
{% endif %}
{% else %}
No tournaments have been created yet.
diff --git a/templates/tournament.html.twig b/templates/tournament.html.twig
index 9b2735d..a766c9d 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 %}