{% load i18n %} {% load wiki %} {% for comment in comments %} {% include 'content/comment.single.part.html' %} {% endfor %} {% if comments %} {% include 'content/comments.form.part.html' %} {% endif %}