{% extends "admin/base.html" %} {% block content %}

Scoreboard

{% for standing in standings %} {% endfor %}
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 %}
{% endblock %} {% block scripts %} {% endblock %} {% block entrypoint %} {% endblock %}