{% for comment in comment_list %}
{{ comment.submit_date|date:"Y-m-d H:i:s" }} - {{ comment.name }}

{{ comment.comment }}

{% endfor %}