|
|
|
|
@ -178,7 +178,11 @@ |
|
|
|
|
|
|
|
|
|
<div style="width: 100%;"> |
|
|
|
|
<div style="float: left;"> |
|
|
|
|
<h3>{{ match.title|default:"Match" }}</h3> |
|
|
|
|
{% if tv %} |
|
|
|
|
<h3>{{ match.title|default:"Match" }} | <a href="/tv/club/{{ match.tournament.club.name }}/tournoi/{{ match.tournament.id }}">{{match.tournament.name}}</a> |
|
|
|
|
{% else %} |
|
|
|
|
<h3>{{ match.title|default:"Match" }} | <a href="/club/{{ match.tournament.club.name }}/tournoi/{{ match.tournament.id }}">{{match.tournament.name}}</a> |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
{% if match.isMatch or match.isBracket %} |
|
|
|
|
{% if match.isMatch and match.court > 0 %} |
|
|
|
|
|