{% load humanize %}

high scores

{% for score in scores %}
{% if score.game.thumbnail %}{% endif %}
{{ score.score|intcomma }}
{% empty %}

You haven't played any games. Play some now!

{% endfor %}