parent
e6fef3d240
commit
189df37c4b
@ -1,17 +1,20 @@ |
|||||||
<a href="{% url 'tournament' tournament.id %}"> |
<a href="{% url 'tournament' tournament.id %}"> |
||||||
<div class="table-row-3-colums bottom-border vertical-padding"> |
<div class="table-row-4-colums-tournament bottom-border vertical-padding"> |
||||||
<div class="tight table-cell"> |
<div class="tight table-cell"> |
||||||
<div class="large">{{ tournament.level }}</div> |
<div class="large">{{ tournament.level }}</div> |
||||||
<div class="small">{{ tournament.category }}</div> |
<div class="small">{{ tournament.category }}</div> |
||||||
</div> |
</div> |
||||||
<div class="table-cell table-cell-large horizontal-padding semibold"> |
<div class="table-cell table-cell-large horizontal-padding semibold"> |
||||||
{% if tournament.name %} |
<div><span>{{ tournament.event.club.name }}</span></div> |
||||||
<div><span>{{ tournament.event.display_long_name }}</span></div> |
{% if tournament.name_and_event %} |
||||||
<div><span>{{ tournament.name }}</span></div> |
<div> |
||||||
{% else %} |
<span>{{ tournament.name_and_event }}</span> |
||||||
<span>{{ tournament.event.club.name }}</span> |
</div> |
||||||
{% endif %} |
{% endif %} |
||||||
</div> |
</div> |
||||||
|
{% if tournament.team_count_display %} |
||||||
|
<div class="table-cell center horizontal-padding">{{ tournament.team_count_display }}</div> |
||||||
|
{% endif %} |
||||||
<div class="table-cell"><div class="mybox">{{ tournament.formatted_start_date }}</div></div> |
<div class="table-cell"><div class="mybox">{{ tournament.formatted_start_date }}</div></div> |
||||||
</div> |
</div> |
||||||
</a> |
</a> |
||||||
|
|||||||
Loading…
Reference in new issue