以下是根据玩家天梯分数排序的排行榜,展示{{ player_list|length }}名玩家的数据。
CSGO LEADERBOARD
以下是根据玩家天梯分数排序的排行榜,展示{{ player_list|length }}名玩家的数据。
| 排名 | 头像 | 玩家 | 天梯分数 | Rating Pro | 比赛场次 |
|---|---|---|---|---|---|
| {{ loop.index }} |
|
{{ player.name }} | {{ player.pvp_score }} {% if player.pvp_score >= 2400 %} ({{ player.stars }}★) {% endif %} | {{ "%.2f" | format(player.pw_rating) }} | {{ player.total_matches }} |