{if empty($comments)}
[`There are no replies in your hub yet.`]
{else}
[`Latest replies`]
{foreach $comments as $comment} {$_author_uri = "javascript:void(0);"} {if !empty($comment.site)} {$_author_uri = $comment.site|escape} {/if} {* UserPic *} {$_author_image = "{$wa_url}wa-content/img/userpic50.jpg"} {if !empty($comment.author.photo_url_50)} {$_author_image = $comment.author.photo_url_50} {/if}
{* Name *} {if $comment.author} {$comment.author.name|escape} {/if} {* Date *} {*{if !empty($comment['is_updated'])}highlighted{/if}*} {$comment.datetime|wa_datetime:"humandatetime"}, {$comment.ip}
{if $comment.status == hubCommentModel::STATUS_DELETED} [`comment deleted`] {else} {$comment.text} {/if}
{if !empty($comment.parent)}

[`in reply to`] {strip_tags($comment.parent.text)|truncate:100}

{/if} {if !empty($comment.topic)}

[`on topic`] {$comment.topic.title|default:"[`(no name)`]"|escape}

{/if}
{/foreach} {/if}