{% extends "base.html" %} {% block content %}
| {% trans %}Place{% endtrans %} | {{ get_mode_as_word(capitalize=True) }} | {% trans %}Score{% endtrans %} |
| {{ 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 }} |
|---|