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

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

{% else %}
{% scores_for_objects comment_list as score_dict %} {% for comment in comment_list %} {% dict_entry_for_item comment from score_dict as score %}
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.comment|typogrify }}
{% if authenticated_request %} {% endif %}
{% endfor %}
{% endif %}