{% extends 'tops/base.html' %} {% load static i18n %} {% block title %}{% trans "Top Online" %}{% endblock %} {% block tops_content %}
{% trans "Jogadores online no momento" %}
| # | {% trans "Jogador" %} | {% trans "Clã" %} | {% trans "Nível" %} | {% trans "Classe" %} | {% trans "Status" %} | {% trans "Tempo Online" %} |
|---|---|---|---|---|---|---|
| {% if forloop.counter == 1 %} 🥇 {% elif forloop.counter == 2 %} 🥈 {% elif forloop.counter == 3 %} 🥉 {% else %} {{ forloop.counter }} {% endif %} |
{% if player.crest %}
|
{% if player.clan_name %}
{% if player.clan_crest %}
{% else %}
-
{% endif %}
|
{{ player.level|default:"-" }} | {{ player.class_name|default:"-" }} | {% if player.online > 0 %} 🟢 {% trans "Online" %} {% else %} ⚪ {% trans "Offline" %} {% endif %} | {{ player.human_onlinetime|default:"-" }} |
{% trans "Não há jogadores online no momento." %}