{% extends "admin/base.html" %} {% block content %}
Place | Team | Score | Visibility |
{{ 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.score }} | {% if standing.hidden %} {% else %} {% endif %} |