diff --git a/scores/templates/scores/index.html b/scores/templates/scores/index.html
index 65831d2..334960f 100644
--- a/scores/templates/scores/index.html
+++ b/scores/templates/scores/index.html
@@ -184,32 +184,6 @@
{{ match.title|default:"Match" }} | {{match.tournament.name}}
{% endif %}
- {% if match.isMatch or match.isBracket %}
- {% if match.isMatch and match.court > 0 %}
-
- {% elif match.court > 0 %}
-
- {% endif %}
- {% else %}
- {% if match.isStatistic %}
-
- {% else %}
-
- {% endif %}
-
- {% endif %}
{% if match.team3 %}
diff --git a/scores/templates/scores/tournament.html b/scores/templates/scores/tournament.html
index e6a35a8..f719b84 100644
--- a/scores/templates/scores/tournament.html
+++ b/scores/templates/scores/tournament.html
@@ -183,29 +183,14 @@
{{ match.title|default:"Match" }}
- {% if match.isMatch or match.isBracket %}
- {% if match.isMatch and match.court > 0 %}
- {% elif match.court > 0 %}
-
- {% endif %}
- {% else %}
- {% if match.isStatistic %}
-
- {% endif %}
-
- {% endif %}
-
+
{% if match.team3 %}