排序:
{% if replies.items %} {% if setting.rep_list == 1 or (g.user.is_authenticated and setting.rep_list == 2) or (g.user.is_authenticated and g.user.username == g.user_url) %} {% for reply in replies.items %}
回复了 {{ link_base.user(reply.author) }} 创建的主题: {{ reply.topic.title}}

{{ reply.content | safe_clean }}

回复日期:{{ reply.publish | timesince }}
{% endfor %} {{ p_footer(replies,'user.reply')}} {% else %}
根据用户设置,列表被隐藏
{% endif %} {% else %}
没有回复
{% endif %}