{% for comment in comments %} {% include 'comment/comment.html' with comment=comment next=next %} {% empty %}

No comments.

{% endfor %}