- {{ tournament.name }}
+ {% if tv %}
+
{{ tournament.name }}
+ {% if tv %}
+ {{ tournament.name }}
+ {% else %}
+ {{ tournament.name }}
+ {% endif %}
{{ tournament.name }} + {% endif %}
diff --git a/scores/templates/scores/tournament.html b/scores/templates/scores/tournament.html
index 187ba13..766d67a 100644
--- a/scores/templates/scores/tournament.html
+++ b/scores/templates/scores/tournament.html
@@ -60,14 +60,18 @@
{{ tournament.club.name }} | Équipes
{% for match in live_matches %}
{{ tournament.name }}
+ {% if tv %} +{{ tournament.club.name }} | Équipes
+ {% else %}
+ {{ tournament.club.name }} | Équipes
+ {% endif %}
+
{{ tournament.club.name }} | Équipes
+ {% endif %}
+
-
{% if match.isMatch or match.isBracket %}
{% if match.isMatch %}
@@ -84,10 +88,6 @@
- {% else %}
-
{% endif %}
{% endif %}
@@ -145,7 +145,7 @@
{% endif %}
- {% if match.isMatch or match.isBracket %}
+ {% if not match.isStatistic %}
{{ match.title }}
+{{ match.title|default:"Match" }}
{{ match.durationPrefix }}
{{ match.duration }}
@@ -160,7 +160,7 @@
-
{% if match.isMatch or match.isBracket %}
{% if match.isMatch %}
@@ -177,10 +177,6 @@
- {% else %}
-
{% endif %}
{% endif %}
@@ -238,7 +234,7 @@
{% endif %}
- {% if match.isMatch or match.isBracket %}
+ {% if not match.isStatistic %}
{{ match.title }}
+{{ match.title|default:"Match" }}
{{ match.durationPrefix }}
{{ match.duration }}
diff --git a/scores/urls.py b/scores/urls.py
index ae91a29..131d18c 100644
--- a/scores/urls.py
+++ b/scores/urls.py
@@ -22,13 +22,13 @@ urlpatterns = [
path('match/