{% extends "base.html" %} {% block content %}
Comments({{ comment_count }}):
#{{ forloop.counter }} Posted by: {{ comment.user_name }} on {{ comment.submit_date }}
{{ comment.comment|linebreaks }}
Name: {{ form.name }}
E-mail: {{ form.email }}
Web Site: {{ form.url }}
Comment: {{ form.comment }}
#{{ forloop.counter }} Posted by: {{ comment.user_name }} on {{ comment.submit_date }}
{{ comment.comment|linebreaks }}
{% endfor %} {% get_comment_form for topic as form %}