|
|
|
@ -21,17 +21,19 @@ |
|
|
|
<div class="small">{{ tournament.localized_day_duration }}</div> |
|
|
|
<div class="small">{{ tournament.localized_day_duration }}</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="table-row-element tournament-status center"> |
|
|
|
<div class="table-row-element tournament-status center"> |
|
|
|
<div class="small">Équipes</div> |
|
|
|
|
|
|
|
<div class="very-large">{{ tournament.get_tournament_status_team_count }}</div> |
|
|
|
|
|
|
|
{% if user.is_authenticated %} |
|
|
|
{% if user.is_authenticated %} |
|
|
|
{% with user_registration_status=tournament|get_player_status:user %} |
|
|
|
{% with user_registration_status=tournament|get_player_status:user %} |
|
|
|
{% if user_registration_status %} |
|
|
|
{% if user_registration_status %} |
|
|
|
|
|
|
|
<div class="small">{{ user_registration_status.header }}</div> |
|
|
|
|
|
|
|
<div class="very-large">{{ user_registration_status.position }}</div> |
|
|
|
{% if user_registration_status.display_box %} |
|
|
|
{% if user_registration_status.display_box %} |
|
|
|
<div class="box small {{ user_registration_status.box_class }}"> |
|
|
|
<div class="box small {{ user_registration_status.box_class }}"> |
|
|
|
{{ user_registration_status.short_label }} |
|
|
|
{{ user_registration_status.short_label }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
|
|
|
|
<div class="small">Équipes</div> |
|
|
|
|
|
|
|
<div class="very-large">{{ tournament.get_tournament_status_team_count }}</div> |
|
|
|
{% if status.display_box %} |
|
|
|
{% if status.display_box %} |
|
|
|
<div class="box small {{ status.box_class }}"> |
|
|
|
<div class="box small {{ status.box_class }}"> |
|
|
|
{{ status.short_label }} |
|
|
|
{{ status.short_label }} |
|
|
|
@ -40,6 +42,8 @@ |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
{% endwith %} |
|
|
|
{% endwith %} |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
|
|
|
|
<div class="small">Équipes</div> |
|
|
|
|
|
|
|
<div class="very-large">{{ tournament.get_tournament_status_team_count }}</div> |
|
|
|
{% if status.display_box %} |
|
|
|
{% if status.display_box %} |
|
|
|
<div class="box small {{ status.box_class }}"> |
|
|
|
<div class="box small {{ status.box_class }}"> |
|
|
|
{{ status.short_label }} |
|
|
|
{{ status.short_label }} |
|
|
|
|