{% load lifeflow %}
{% for comment_tuple in object.organize_comments %} {% with comment_tuple.0 as comment %} {% with comment_tuple.1 as depth %}
{% if comment.webpage %} {{ comment.name }} {% else %} {{ comment.name }} {% endif %} reply {% if comment.parent %} Responding to {{ comment.parent.name }} {% endif %}

{{ comment.html }}

{% endwith %} {% endwith %} {% endfor %}

Reply to this entry