ID
last game
#G
R
{% for player in players %} {% if forloop.last %}
{% else %}
{% endif %}
{{ player.player_id }}
{{ player.newest_date|date:"Y/m/d" }}
{{ player.total_games }}
{{ player.current_rating|floatformat:2 }}
{% endfor %}