{% for group_stage in group_stages %}
{% include 'tournaments/group_stage_cell.html' %}
diff --git a/tournaments/templates/tournaments/matches.html b/tournaments/templates/tournaments/matches.html
index 0bc561a..235b450 100644
--- a/tournaments/templates/tournaments/matches.html
+++ b/tournaments/templates/tournaments/matches.html
@@ -6,6 +6,8 @@
{% block content %}
+{% include 'tournaments/tournament_navigation.html' %}
+
{% if rounds or group_stages %}