{if marked_spammed($comment)} {assign var='comment_attr' value='style="display:none"'} {assign var='spam_attr' value='style="display:block"'} {else} {assign var='comment_attr' value=''} {assign var='spam_attr' value='style="display:none"'} {/if}
{lang code='user_commented_time' assign='user_commented_time'} {assign var="nicetime" value=$comment.date_added|niceTime} {if $comment.userid !='' && $comment.userid!=0} {assign var="comm_link" value=$userquery->profile_link($comment)} {assign var="comm_owner" value=$comment.username} {else} {assign var="comm_id" value="#comment_"} {assign var="comm_link" value=$comment.comment_id} {assign var="comm_owner" value=$comment.anonym_name} {/if} {$user_commented_time|sprintf:"$comm_id$comm_link":$comm_owner:$nicetime}
{lang code='reply'} | {lang code='spam'} {if has_access('admin_del_access') || $comment.userid==userid() || $comment.type_owner_id==userid()} | {lang code='delete'}{/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} {$comment.comment|comment}
{if $type=='video' && $comments_voting=='yes' && $Cbucket->configs.comment_rating}
Thumbs UpThumbs Down{$comment.vote|comment_rating}
{/if}
{lang code='marked_as_spam_comment_by_user' assign='marked_as_spam_comment_by_user'} {if $comment.username}{$marked_as_spam_comment_by_user|sprintf:$comment.username}{else}{$marked_as_spam_comment_by_user|sprintf:$comment.anonym_name}{/if} | {lang code='delete'}