{% extends "base.html" %} {% load i18n comments humanize thumbnail %} {% block teaser %}

{% trans 'Mai-Star Ranking' %} - {% trans 'Season' %} {{season}}

{% endblock %} {% block content %} {% for player in ranking_list %} {% with player.user.get_profile as profile %} {% endwith %} {% empty %} {% endfor %}
{% trans "Placement" %} {% trans "Avatar" %} {% trans "Nickname" %} {% trans "Name" %} {% trans 'Average' %} {% trans 'Games' %}
{% trans 'Placement' %} {% trans "Score" %} {% trans "count" %} {% trans "good" %} {% trans "won" %}
{{ player.placement|ordinal }} {{ player.user }} {{player.user}} {% if user.is_authenticated %}{{profile.last_name}} {{profile.first_name}}{% else %} ---{% endif %} {{player.avg_placement|floatformat:0 }} {{player.avg_score|intcomma }} {{player.games_count}} {{player.games_good}} {{player.games_won}}
{% blocktrans %}Unfortunately, nobody has it been done in the ranking. A player must have 6 games done, to be added to the ranking.{% endblocktrans %}
{% endblock %} {% block redbox %}

{% trans 'Latest Games' %}

{% trans 'Latest Events' %}

{% trans 'Ladder Archive' %}

{% endblock %}