{% for comment in comment_list %}
{{ comment.comment }}
-Posted by {{ comment.user.username }} on {{ comment.submit_date }}


{% endfor %} {% comment %}
{% for comment in comment_list %}
{{ comment.submit_date }} - {{ comment.name }}

{{ comment.comment }}

{% endfor %}
{% endcomment %}