{% import "macros.html" as macros %}
{{ macros.gravatar(view_user, 128) }}
{% if request.user == view_user %}
{% if support_custom_avatars %}
{% endif %}
{% endif %}
{{view_user.reputation|intcomma}}
{% trans %}reputation{% endtrans %} {% if user_follow_feature_on %} {{ macros.follow_user_toggle(visitor = request.user, subject = view_user) }} {% endif %} |
|
{% if view_user.about %}
{{view_user.about|linebreaks}}
{% endif %}
|