共收到{{ replies.total }}条回复
{% if replies.items %} {% set num = 1 %} {% for reply in replies.items %}
{{ link_base.user(reply.author.username)}} {{ reply.publish}}
{{ reply.content}}
{% set num = num + 1 %} {% endfor %} {% if replies.pages > 1 %} {% endif %} {% else %}
暂无回复
{% endif %}
{% if g.user.is_authenticated %}
回帖
{{ form.hidden_tag() }} {{ form.content(class='form-control')}}
{% else %}
你需要登陆后才能发表回复
{% endif %}