|
{{ loop.index }} |
{{ standing.name }}
{% if standing.oauth_id %}
{% if get_config('user_mode') == 'teams' %}
Official
{% elif get_config('user_mode') == 'users' %}
Official
{% endif %}
{% endif %}
|
{{ standing.bracket_name }}
|
{{ standing.score }} |
{% if standing.hidden %}
hidden
{% else %}
visible
{% endif %}
|
{% endfor %}