{% extends 'snippet/layout.html' %} {% load forum_extras %} {% block main %}
小程序开发社区 › {{ user_info.username }} › 主题列表
{% 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 %} {% ifequal topic_page.total 0 %}
该用户暂时还没有发表过主题。
{% endifequal %}
{% endblock %} {% block sidebar %}
{{ user_info.username }}
{% if user_info.reputation %}{{ user_info.reputation }}{% else %}0{% endif %} 威望
{% endblock %}