@@ -34,39 +29,26 @@ {% blocktrans %}users matching query {{suser}}:{% endblocktrans %} {% endif %} - {% if not users.object_list %} + {% if not users.paginator.count %} {% trans "Nothing found." %} {% endif %}
- {% for user in users.object_list %}
-
-
-
-
- {% if forloop.counter|divisibleby:"7" %}
-
|
- - {% endif %} - - {% endfor %} - | -
-
+
- {% gravatar user 32 %} +
- {{ user.decorated_name }} +
- {% get_score_badge user %} +