{% load datetime_filter %} {% load humanize %}
{{ comment.score }} point{{ comment.score|pluralize}} {{ comment.author.username }} commented {{ comment.content_html | safe }} {% for reply in comment.replies.items %} {% with comment=reply template_name="comment.html" %} {% include template_name %} {% endwith %} {% endfor %}