{% for comment in comment_list %}
{{ comment.comment }} by {{ comment.user.hackerprofile.get_display_name }} on {{ comment.submit_date }}
{{ comment.comment }}