{% load typogrify_tags tango_time_tags cache voting_tags %} {% if not comment_list %}

No comments have been posted. Perhaps you'd like to be the first?

{% else %}
{% for comment in comment_list %}
last_seen %} class="newposts"{% endif %}> {% cache 46800 'comment_fks' comment.id 3 %} {% with comment.user as profile %} {% endwith %} {% ifequal comment.object_pk object.id %} {% with comment.content_object as content_obj %} On {% firstof content_obj.title content_obj.name content_obj %} {% endwith %} {% endifequal %} {% endcache %}
{{ comment.text_formatted|typogrify }}
{% if authenticated_request %} {% endif %}
{% endfor %}
{% endif %}