{% for standing in standings %} {% endfor %}
 
Place {{ get_mode_as_word(capitalize=True) }} Score Visibilité
 
{{ loop.index }} {{ standing.score }} {% if standing.hidden %} Caché {% else %} Visible {% endif %}