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 %} -
- {% if tv %} -

TERRAIN #{{ match.court }}

- {% else %} -

TERRAIN #{{ match.court }}

- {% endif %} -

- {% elif match.court > 0 %} -
-

POULE #{{ match.poule|floatformat:0 }}

-

- {% endif %} - {% else %} - {% if match.isStatistic %} -
-

STATISTIQUES

-

- {% else %} -
-

#{{ match.court }}

-

- {% 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 %}
{% if tv %} -

TERRAIN #{{ match.court }}

+

détails

{% else %} -

TERRAIN #{{ match.court }}

+

détails

{% endif %}

- {% elif match.court > 0 %} -
-

POULE #{{ match.poule|floatformat:0 }}

-

- {% endif %} - {% else %} - {% if match.isStatistic %} -
-

STATISTIQUES

-

- {% endif %} - - {% endif %} - + {% if match.team3 %}