{{ info.thread.title }}
{{ info.forum.fname }}吧
全部回复
仅看楼主
{% for p in info %}
{% if p.user.is_bawu %}
吧务
{% endif %}
level {{ p.user.level }}
{{ p.user.show_name }} {% if p.is_thread_author %} 楼主 {% endif %}
{{ p.contents|translate|safe }}
{{ p.create_time|date }} {{ p.floor }} {% if p.comments %}
{% for comment in p.comments %}
{{ comment.contents|translate(comment.reply_to_id)|safe }}
{{ comment.create_time|date }}
{% endfor %}
{% endif %}
{% endfor %}
{% if info.page.current_page > 1 %} 首页 {% endif %} {% for i in range(5) %} {% set np = info.page.current_page - 5 + i %} {% if np > 0 %} {{ np }} {% endif %} {% endfor %} {{ info.page.current_page }} {% for i in range(5) %} {% set np = info.page.current_page + 1 + i %} {% if np <= info.page.total_page %} {{ np }} {% endif %} {% endfor %} {% if info.page.current_page < info.page.total_page %} 尾页 {% endif %}