{$reply}
{/if}
{if $comment.parent_id}
{assign var=parentid value=$comment.parent_id}
{assign var=thisParent value=$parents.$parentid}
{if $thisParent}
{if $thisParent.username}@{$thisParent.username} :
{/if}{$thisParent.comment|comment}
{/if}
{/if}
{wordwrap($comment.comment|comment,8, "\n", true)}