{% extends "base.html" %} {% load i18n comments humanize thumbnail %} {% block teaser %}
| {% 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}} | {% 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 %} | ||||||||