{% import "macros.html" as macros %} {# thumbnail for the user - shown on the users listings and elsewhere #}
{{ macros.gravatar(user, 32) }}
{{ user.username|escape }} {{ macros.user_country_flag(user) }}
{% if settings.KARMA_MODE == 'public' %} {{ user.reputation }} {% endif %} {% if settings.BADGES_MODE == 'public' %} {% if user.gold %} ●{{ user.gold }} {% endif %} {% if user.silver %} ●{{ user.silver }} {% endif %} {% if user.bronze %} ●{{ user.bronze }} {% endif %} {% endif %} {{ macros.user_website_link(user) }}