Your Comments

{foreach from=$comments key=id item=comment name=comments}
{$comment.username}{if $comment.anonymous_name} ({$comment.anonymous_name}){/if}, {$comment.human_time_diff} ago ({$comment.date_added|date_format:'%A, %B %d, %Y @ %H:%M:%S'})
{$comment.comment|escape:'html'|commentize}
{foreachelse}

You have not written any comments so far!

{/foreach}