{% import "macros.html" as macros %}
{{ macros.gravatar(view_user, 128) }}
{% if request.user == view_user %}
{% trans %}change picture{% endtrans %}{% endif %}{{view_user.reputation|intcomma}}
{% trans %}reputation{% endtrans %} |
|
{% if view_user.about %}
{{view_user.about|linebreaks}}
{% endif %}
|