{% load lifeflow %}
{% with object.pub_date as date %}
Subscribe to comments on {{ object.title }}
{% endwith %} {% 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|safe }}
{% endwith %} {% endwith %} {% endfor %}

Reply to this entry