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

{{ comment.comment }}

{% endfor %}

{% endif %}