{% comment %} vim:ft=htmldjango {% endcomment %} {% load wlprofile_extras %} {% load threadedcomments_tags %} {% load comments %} {% get_comment_form for object as form %} {% include "threadedcomments/inlines/reply_to.js" %} {% get_comment_list for object as tree %} {% for comment in tree %}
{% if comment.user.wlprofile.avatar %}
{% endif %} {{ comment.user|user_link }}
{#{% auto_transform_markup comment %} franku: not available #} {{ comment }}
{% endfor %}

Reply to Original:

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

Log in to post comments!

{% endif %}