{% load l10n %} {% load i18n %} {% load comments %} {% load comments_xtd %} {% for item in comments %} {% include 'django_comments_xtd/comment.html' with comment=item.comment %} {% endfor %}