|
|
|
|
@ -57,14 +57,17 @@ |
|
|
|
|
{% autoescape off %} |
|
|
|
|
|
|
|
|
|
<div class="container"> |
|
|
|
|
|
|
|
|
|
<div class="center">{{ tournament.name }}</div> |
|
|
|
|
|
|
|
|
|
<div class="center"> |
|
|
|
|
<h1>{{ tournament.name }}</h1> |
|
|
|
|
<div> |
|
|
|
|
<h3><a href="/club/{{ tournament.club.name }}/">{{ tournament.club.name }}</a> | <a href="/club/{{ tournament.club.name }}/tournoi/{{ tournament.id }}/equipes/">Équipes</a><h3> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
{% for match in live_matches %} |
|
|
|
|
<div class="match"> |
|
|
|
|
<div style="width: 100%;"> |
|
|
|
|
<div style="float: left;"> |
|
|
|
|
<h4>{{ match.title }}</h4> |
|
|
|
|
<h3>{{ match.title }}</h3> |
|
|
|
|
</div> |
|
|
|
|
{% if match.isMatch or match.isBracket %} |
|
|
|
|
{% if match.isMatch %} |
|
|
|
|
|