{% 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 karma_mode == 'public' %} {{ user.reputation }} {% endif %} {% if 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) }}