{% for comment in comment_list %}
Comment #:
{{ forloop.counter }}
Person:
{{ comment.person_name|escape|urlizetrunc:40 }}
E-mail:
{{comment.person_email|escape|urlizetrunc:40 }}
URL:
{{comment.person_url|escape|urlizetrunc:40 }}
Date:
{{ comment.submit_date|date:"F j, Y" }} at {{ comment.submit_date|date:"P" }}:
Comment:
{{ comment.comment|escape|urlizetrunc:40|linebreaks }}
{% endfor %}