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