|
|
|
@ -22,13 +22,13 @@ |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
{% if tournament.team_count_display %} |
|
|
|
{% if tournament.tournament_status_display %} |
|
|
|
<div class="table-cell-responsive-large center horizontal-padding">{{ tournament.team_count_display }}</div> |
|
|
|
<div class="table-cell-responsive-large center horizontal-padding">{{ tournament.tournament_status_display }}</div> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
<div class="table-cell"> |
|
|
|
<div class="table-cell"> |
|
|
|
<div class="mybox center">{{ tournament.formatted_start_date }}</div> |
|
|
|
<div class="mybox center">{{ tournament.formatted_start_date }}</div> |
|
|
|
{% if tournament.team_count_display %} |
|
|
|
{% if tournament.tournament_status_display %} |
|
|
|
<div class="table-cell-responsive-short small center">{{ tournament.team_count_display }}</div> |
|
|
|
<div class="table-cell-responsive-short small center">{{ tournament.tournament_status_display }}</div> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|