{% comment %} vim:ft=htmldjango {% endcomment %} {% load wlprofile %} {% load threadedcommentstags %} {% get_threaded_comment_form as form %} {% include "threadedcomments/inlines/reply_to.js" %} {% get_threaded_comment_tree for object as tree %} {% for comment in tree %} {% if comment.user.wlprofile.avatar %}
{{ comment.user|user_link }} said:
{% auto_transform_markup comment %} {% if user.is_authenticated %}Reply
{% endif %}Reply to Original:
Log in to post comments
{% endif %}