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

{% trans 'Top Contributors' %}

{% for row in topstats %} {% for user in row %} {% endfor %} {% endfor %}
{% trans "Suggestions" %} {% trans "Reviews" %} {% trans "Submissions" %}
{{ user.username }} {{ user.count }}
{% endif %} {% endblock top_contributers_table %}