diff --git a/tournaments/templates/tournaments/tournament_info.html b/tournaments/templates/tournaments/tournament_info.html index 5ca4c5a..16e99ff 100644 --- a/tournaments/templates/tournaments/tournament_info.html +++ b/tournaments/templates/tournaments/tournament_info.html @@ -49,7 +49,11 @@

Statut
+ {% if tournament.registration_count_display %}
{{ tournament.registration_count_display }}
+ {% else %} +
Aucune équipe inscrite
+ {% endif %}

{% endif %}