{% load i18n humanize profile_tags %} {% if top_scorers %} {% for user in top_scorers %} {% endfor %}
{% trans 'score' %}
{% blocktrans with position=forloop.counter %}#{{ position }}{% endblocktrans %}
{{ user.public_total_score|floatformat|intcomma }}
{% else %}
{% trans 'No user contributions yet.' %}
{% endif %}