{% for comment in comments %} {% include "gallery/comments/comment_item.html" %} {% empty %}

暂无评论,成为第一个评论者吧!

{% endfor %} {% if comments.paginator.num_pages > 1 %}
{% if comments.has_previous %} 上一页 {% endif %} 第 {{ comments.number }} / {{ comments.paginator.num_pages }} 页 {% if comments.has_next %} 下一页 {% endif %}
{% endif %}