{% extends 'snippet/layout.html' %} {% load forum_extras %} {% block main %}
微信小程序 W3C 社区开发
{% 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 %} {% if topic_page.pages > 1 %} {% endif %}

常见节点导航

{% endblock %} {% block sidebar %} {% if user.is_authenticated %}
{{ user.username }}
{% if user.reputation %}{{ user.reputation }}{% else %}0{% endif %} 威望
{% else %}
登录 注册 找回密码
{% endif %} {% comment %} {% endcomment %} {% endblock %}