|
|
|
@ -4,7 +4,7 @@ |
|
|
|
<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-responsive-large table-cell-large horizontal-padding semibold"> |
|
|
|
<div><span>{{ tournament.event.club.name }}</span></div> |
|
|
|
<div><span>{{ tournament.event.club.name }}</span></div> |
|
|
|
{% if tournament.name_and_event %} |
|
|
|
{% if tournament.name_and_event %} |
|
|
|
<div> |
|
|
|
<div> |
|
|
|
@ -12,9 +12,24 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="table-cell-responsive-short table-cell-large horizontal-padding semibold"> |
|
|
|
|
|
|
|
<div><span>{{ tournament.event.club.acronym }}</span></div> |
|
|
|
|
|
|
|
{% if tournament.event.name %} |
|
|
|
|
|
|
|
<div><span>{{ tournament.event.name }}</span></div> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% if tournament.name %} |
|
|
|
|
|
|
|
<div><span>{{ tournament.name }}</span></div> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
{% if tournament.team_count_display %} |
|
|
|
{% if tournament.team_count_display %} |
|
|
|
<div class="table-cell center horizontal-padding">{{ tournament.team_count_display }}</div> |
|
|
|
<div class="table-cell-responsive-large center horizontal-padding">{{ tournament.team_count_display }}</div> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
<div class="table-cell"><div class="mybox">{{ tournament.formatted_start_date }}</div></div> |
|
|
|
<div class="table-cell"> |
|
|
|
|
|
|
|
<div class="mybox center">{{ tournament.formatted_start_date }}</div> |
|
|
|
|
|
|
|
{% if tournament.team_count_display %} |
|
|
|
|
|
|
|
<div class="table-cell-responsive-short small center">{{ tournament.team_count_display }}</div> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
|