{% include "meta.html" %}
{% include "header.html" %}
{% include "verify.html" %}
{% if user.is_admin == 1%}
管理员
{% else %}
会员
{% endif %}
{{user.username}}
{{user.create_time}}
{{user.city}}
{% if not is_self %}
{% if relation == 0 %}
关注
{% elif relation == 1 %}
取消关注
已关注
{% elif relation == 2 %}
关注
ta关注了我
{% elif relation == 3 %}
取消关注
互相关注
{% endif %}
{% endif %}
{{fans_count}}
粉丝
{{follows_count}}
关注
{{topics_count}}
文章
个人信息
文章
评论
收藏
关注
粉丝
公司:
{{user.company}}
{% if user.email_public == 1 %}
Email:
{{user.email}}
{% endif %}
Github
:
{{user.github}}
website:
{{user.website}}
签名:
{{user.sign}}
热门文章
最近喜欢
{% include "footer.html" %}