{% load i18n baseurl %} {% get_current_language as LANGUAGE_CODE %} {% block top_contributers_table %}

{% trans 'Top Contributors' %}

{% for stats in topstats %} {% for user in stats.data %} {% endfor %}
{{ stats.headerlabel }}
{{ user.username }} {{ user.num_contribs }}
{% endfor %}
{% endblock top_contributers_table %}