{%from "macros.html" import gravatar %}
{% for user in users %}
  • {{ gravatar(user, 32) }}
  • {{user.username}}{{ user_country_flag(user) }}
  • {{ user_score_and_badge_summary(user) }}
{% if loop.index is divisibleby 7 %}
{% endif %} {% endfor %}