{% load i18n humanize profile_tags %} {% if top_scorers %} {% for item in top_scorers %} {% with user=item.user %} {% endwith %} {% endfor %} {% endif %}
{% blocktrans with position=forloop.counter %}#{{ position }}{% endblocktrans %} {{ user.display_name }} {% if item.public_total_score > 0 %}+{% endif %}{{ item.public_total_score|intcomma }}