{% load i18n %} {% load wiki %} {% for comment in content.comments.all %} {% include 'content/comment.single.part.html' %} {% endfor %} {# Display the comment form if it's available #} {% with form as comment_form %} {% include 'content/comments.form.part.html' %} {% endwith %}