{% 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 %}
{% else %}
{% endif %}

{{ comment.user|user_link }} said:

{% auto_transform_markup comment %} {% if user.is_authenticated %}

Reply

{% endif %}
{% endfor %}

{% if user.is_authenticated %}

Reply to Original:

{{ form.comment.errors }} {{ form.comment }}
{% csrf_token %}
{% else %}

Comments


!!! Log in to post comments !!!

{% endif %}