{$comment.author.username}
{$comment.relativeTime}
{$comment.liketimes}
{if $comment.content}
{if $comment.is_top}{lang_comment.top}{/if}{@$comment.content.replace(/\n/g, '')}
{/if}
{if $comment.img}
{/if}
{lang_comment.reply}
{if user_id == uid}
{($comment.is_top)?lang_comment.untop:lang_comment.top}
{/if}
{if $comment.user_id == uid || $can_moderator_operate || $can_manager_operate}
{lang_comment.delete}
{/if}
{if $comment.user_id != uid}
{lang_comment.report}
{/if}
{if $comment.reply}
{each $comment.reply as $reply}
{if $reply.touser}
{$reply.author.username}
{lang_comment.reply} {$reply.touser.username}:
{else}
{$reply.author.username}:
{/if}
{$reply.content}
{if $reply.img}
{/if}
{lang_comment.reply}
{if $reply.user_id == uid || $can_moderator_operate || $can_manager_operate}
{lang_comment.delete}
{/if}
{if $reply.user_id != uid}
{lang_comment.report}
{/if}
{/each}
{/if}