{% for i in range(replies.comments | length) %}
{{ replies.comments[i]['username'] }}
{{ replies.comments[i]['describe'] }}
评论数: {{ replies.comments[i]['sub_num'] }} 点赞数: {{ replies.comments[i]['like_num'] }} {% if account.isLogin %} {% endif %} {% if replies.comments[i]['sub_num'] > 0 %} {% endif %}
{% endfor %}
{% if replies.isLastFlag and replies.page == 1 %} 没有更多了 {% else %} 当前为第 {{ replies.page }} 页 {% if replies.page > 1 %} {% endif %} {% if not replies.isLastFlag %} {% endif %} {% endif %}