{% load i18n baseurl cleanhtml %} {% 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" %}
{% if user.username == "nobody" %}{% trans 'anonymous users' %}{% else %}{{ user.username|obfuscate }}{% endif %} {{ user.count }}
{% endif %} {% endblock top_contributers_table %}