{% comment %} vim:ft=htmldjango {% endcomment %} {% load wlprofile_extras %} {% 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 %}
{% endif %} {{ comment.user|user_link }}
{% auto_transform_markup comment %}
{% endfor %}

Reply to Original:

{% if user.is_authenticated %}
{{ form.comment.errors }} {{ form.comment }}
{% csrf_token %}
{% else %}

Log in to post comments!

{% endif %}