{{ comment.author }} commented {{ comment.created_date | timesince }} ago {% if user.username == comment.author %} {{ comment.children | length }} replies Edit Delete {% endif %} {% csrf_token %} Update Cancel {{ comment.text | safe }} {% endif %} {% for child_comment in comment.children %} {{ child_comment.author }} replied {{ child_comment.created_date | timesince }} ago {% if user.username == comment.author %} Delete {% endif %} {{ child_comment.text | safe }} {% endfor %} {% if comment.parent is None %} {% csrf_token %} Add Reply Cancel {% endif %}
{{ child_comment.author }} replied {{ child_comment.created_date | timesince }} ago {% if user.username == comment.author %} Delete {% endif %} {{ child_comment.text | safe }}