parent
e6fef3d240
commit
189df37c4b
@ -1,17 +1,20 @@ |
||||
<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="large">{{ tournament.level }}</div> |
||||
<div class="small">{{ tournament.category }}</div> |
||||
</div> |
||||
<div class="table-cell table-cell-large horizontal-padding semibold"> |
||||
{% if tournament.name %} |
||||
<div><span>{{ tournament.event.display_long_name }}</span></div> |
||||
<div><span>{{ tournament.name }}</span></div> |
||||
{% else %} |
||||
<span>{{ tournament.event.club.name }}</span> |
||||
<div><span>{{ tournament.event.club.name }}</span></div> |
||||
{% if tournament.name_and_event %} |
||||
<div> |
||||
<span>{{ tournament.name_and_event }}</span> |
||||
</div> |
||||
{% endif %} |
||||
</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> |
||||
</a> |
||||
|
||||
Loading…
Reference in new issue