{% load custom_tags %}
@{{comment.name}} {% if comment.parent.name %} to @{{comment.parent.name}}{% endif %} On {{ comment.created.date }}

{{comment.body}}

{% for comment in comment.get_comments %} {% include 'comment.html' with comment=comment replyobject=replyobject %} {% endfor %}