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