{% for comment in comment_list %}
{% if comment.user.profile.pic_url %} Picture of {{ comment.user }} {% else %} Generic Ungluer Avatar {% endif %}
{{comment.user.username }}
({{ comment.submit_date }})
{{ comment.comment }}
{% endfor %}