{% extends subsite.theme %} {% load comments %} {% block content %}
{{comment.comment|urlize}}
Name
Email
URL
Comment
{{ comments|length }} Comments
{% for comment in comments %}
{% if comment.user_url %}{% endif %}
{{comment.user_name}}
{% if comment.user_url %}{% endif %}
{{comment.submit_date|date:"m/d P"}}
{% endfor %}
{{comment.comment|urlize}}