{% extends 'snippet/layout.html' %} {% load forum_extras %} {% block stylesheet %} {% endblock %} {% block main %}
小程序开发社区 › {{ user_info.username }} › 回复列表
{% for reply in replies %}
回复了 {{ reply.topic.author.username }} 创建的主题 {{ reply.topic.title }}
{{ reply.content|markdown|content_process|safe }}
{% endfor %} {% ifequal reply_page.total 0 %}
该用户暂时还没有回复过主题。
{% endifequal %}
{% endblock %} {% block sidebar %}
{{ user_info.username }}
{% if user_info.reputation %}{{ user_info.reputation }}{% else %}0{% endif %} 威望
{% endblock %}