{% macro other(user) -%} {% if g.user.is_authenticated and current_user.username != g.user_url %}
{% if user in current_user.following_users %} {% else %} {% endif %}
{% endif %} {%- endmacro %} {% macro mine(user) -%} {% if g.user.is_authenticated and current_user.username == g.user_url and not user.is_confirmed %}
{{ _("You haven't confirm your account,Please confirmed") }} {{ _('Activate Account')}}
{% endif %} {%- endmacro %}
avatar

{{ user.username}}

第{{ user.id }}号会员/ {{user.register_time | timesince }}
{{ user.topics.count() }}篇主题 | {{ user.replies.count() }}条回复

{{ user.infor.word }}

Someone famous in {{ user.infor.school }}

1

积分

{{ user.followers.count()}}

粉丝

{{ user.following_users.count() }}

关注
{{ other(user) }} {{ mine(user) }}