|
|
|
@ -183,29 +183,14 @@ |
|
|
|
<div style="float: left;"> |
|
|
|
<div style="float: left;"> |
|
|
|
<h3>{{ match.title|default:"Match" }}</h3> |
|
|
|
<h3>{{ match.title|default:"Match" }}</h3> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% if match.isMatch or match.isBracket %} |
|
|
|
|
|
|
|
{% if match.isMatch and match.court > 0 %} |
|
|
|
|
|
|
|
<div style="float: right;"> |
|
|
|
<div style="float: right;"> |
|
|
|
{% if tv %} |
|
|
|
{% if tv %} |
|
|
|
<h3><a href="/tv/match/{{ match.id }}/">TERRAIN #{{ match.court }}</a><h3> |
|
|
|
<h3><a href="/tv/match/{{ match.id }}/">détails</a><h3> |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
<h3><a href="/match/{{ match.id }}/">TERRAIN #{{ match.court }}</a><h3> |
|
|
|
<h3><a href="/match/{{ match.id }}/">détails</a><h3> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% elif match.court > 0 %} |
|
|
|
</div> |
|
|
|
<div style="float: right;"> |
|
|
|
|
|
|
|
<h3><a href="/match/{{ match.id }}/">POULE #{{ match.poule|floatformat:0 }}</a><h3> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% else %} |
|
|
|
|
|
|
|
{% if match.isStatistic %} |
|
|
|
|
|
|
|
<div style="float: right;"> |
|
|
|
|
|
|
|
<h3><a href="/match/{{ match.id }}/">STATISTIQUES</a><h3> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% if match.team3 %} |
|
|
|
{% if match.team3 %} |
|
|
|
|