{% extends 'snippet/layout.html' %} {% load forum_extras %} {% block main %}
小程序开发社区 › {{ user_info.username }} › 收藏的主题列表
{% for favorite in favorites %}

{{ favorite.involved_topic.title }}

{{ favorite.involved_topic.node.name }} {{ favorite.involved_topic.author.username }} • {% if favorite.involved_topic.last_replied_time %} {{ favorite.involved_topic.last_touched|pretty_date }}最后回复来自 {{ favorite.involved_topic.last_replied_by.username }} {% else %} {{ favorite.involved_topic.last_touched|pretty_date }} {% endif %}
{% if favorite.involved_topic.reply_count %} {% endif %}
{% endfor %} {% ifequal favorite_page.total 0 %}
该用户暂时还没有收藏过主题。
{% endifequal %}
{% endblock %} {% block sidebar %}
{{ user_info.username }}
{% if user_info.website %}{{ user_info.website }}{% endif %}
{% if user_info.reputation %}{{ user_info.reputation }}{% else %}0{% endif %} 威望
{% endblock %}