{% 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}}
{% if comment.user_email == "sng@luxagraf.net" %} {{comment.comment|markdown|safe|smartypants}} {%else%} {{comment.comment|markdown|bleach|nofollow|safe|smartypants}} {%endif%}
{% endfor %}