{% extends 'snippet/layout.html' %} {% load forum_extras %} {% block stylesheet %} {% endblock %} {% block javascript %} {% if user_info.github %} {% endif %} {% endblock %} {% block main %}
{{ user_info.username }}
{% if user_info.website %} {% endif %}
小程序开发社区第{{ user_info.id }}号成员
入住于{{ user_info.date_joined.date }}
ID
{{ user_info.username }}
{% if user_info.nickname %}
名号
{{ user_info.nickname }}
{% endif %} {% if user_info.location %}
城市
{{ user_info.location }}
{% endif %} {% if user_info.company %}
公司
{{ user_info.company }}
{% endif %}
Email
{{ user_info.email|email_mosaic }}
{% if user_info.twitter %}
Twitter
http://twitter.com/{{ user_info.twitter }}
{% endif %} {% if user_info.github %}
Github
http://github.com/{{ user_info.github }}
{% endif %} {% if user_info.website %}
Blog
{{ user_info.website }}
{% endif %} {% if user_info.signature %}
签名
{{ user_info.signature }}
{% endif %}
{% if user_info.github %}
开源项目
{% comment %}
    {% for repo in github_repos if not repo.fork %}
  • {{ repo.name }} {{ repo.watchers }}

    {{ repo.description }}

  • {% endfor %}
{% endcomment %}
{% endif %} {% ifnotequal topic_page.total 0 %}
主题列表
{% for topic in topics %}

{{ topic.title }}

{{ topic.node.name }} {{ topic.author.username }} • {% if topic.last_replied_time %} {{ topic.last_touched|pretty_date }}最后回复来自 {{ topic.last_replied_by.username }} {% else %} {{ topic.last_touched|pretty_date }} {% endif %}
{% if topic.reply_count %} {% endif %}
{% endfor %} {% comment %} {% endcomment %}
{% endifnotequal %} {% ifnotequal reply_page.total 0 %}
回复列表
{% for reply in replies %}
回复了 {{ reply.topic.author.username }} 创建的主题 {{ reply.topic.title }}
{{ reply.content|markdown|content_process|safe }}
{% endfor %}
{% endifnotequal %}
{% endblock %} {% block sidebar %}
{% if user_info.reputation %}{{ user_info.reputation }}{% else %}0{% endif %} 威望
{% if user_info.self_intro %}
自我介绍
{{ user_info.self_intro|linebreaks }}
{% endif %} {% if user_info.douban %}
正在读的书籍列表
已读过的书籍列表
{% endif %}
{% endblock %}