{% extends "base.html" %} {% block content %}
Place | Team | Score |
{{ loop.index }} | {{ standing.name | truncate(50) }} {% if standing.oauth_id %} {% if get_config('user_mode') == 'teams' %} Official {% elif get_config('user_mode') == 'users' %} Official {% endif %} {% endif %} | {{ standing.score }} |
---|