{% load tournament_tags %} {% with status=tournament.get_online_registration_status %}
{{ tournament.week_day }}
{{ tournament.day }}
{{ tournament.month }}
{{ tournament.short_level }}
{% if tournament.category %}
{{ tournament.category }}
{% endif %} {% if tournament.age %}
{{ tournament.age }}
{% endif %}
{{ tournament.event.club.name }}
{% if tournament.event.name %}
{{ tournament.event.name }}
{% endif %} {% if tournament.name %}
{{ tournament.name }}
{% endif %} {% if tournament.has_started or tournament.has_ended %}
{{ tournament.localized_day_duration }}
{% else %}
{{ tournament.localized_start_time }} | {{ tournament.localized_day_duration }}
{% endif %}
{% if user.is_authenticated %} {% with user_registration_status=tournament|get_player_status:user %} {% if user_registration_status %}
{{ user_registration_status.header }}
{{ user_registration_status.position }}
{% if user_registration_status.display_box %}
{{ user_registration_status.short_label }}
{% endif %} {% else %}
Équipes
{{ tournament.get_tournament_status_team_count }}
{% if status.display_box %}
{{ status.short_label }}
{% endif %} {% endif %} {% endwith %} {% else %}
Équipes
{{ tournament.get_tournament_status_team_count }}
{% if status.display_box %}
{{ status.short_label }}
{% endif %} {% endif %}
{% if not forloop.last %}
{% endif %} {% endwith %}