{% load gravatar_local %} {% load typogrify_tags %} {% load markdown%} {% load bleach_tags %} {% load nofollow %} {% load comments %}
{% for comment in comment_list %}
{%if comment.url %}{{comment.name}}{% else %}{{comment.name}}{%endif%} {{comment.submit_date}}
{{comment.comment|removetags:"p"|markdown|bleach|nofollow|safe|smartypants}}
{% endfor %}