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