{include file="$admintemplatepath/header.template"} {include file="$admintemplatepath/navigation.template" showOpt=editComments title=$locale->tr("editComments")}
{$locale->tr("show_by")} {if $post}({$post->getTopic()}){/if}




{check_perms perm=update_comment}
{$locale->tr("show_massive_change_option")}
{/check_perms}
{include file="$admintemplatepath/successmessage.template"} {include file="$admintemplatepath/errormessage.template"} {foreach from=$comments item=comment} {/foreach}
{$locale->tr("topic")} {$locale->tr("text")} {$locale->tr("author")} {$locale->tr("date")} {$locale->tr("status")} {$locale->tr("auth")} IP {$locale->tr("actions")}
{$comment->getTopic()|strip_tags}
 » {assign var=commentPost value=$comment->getArticle()} {$commentPost->getTopic()}
{$comment->getText()|strip_tags} {$comment->getUsername()} {assign var=date value=$comment->getDateObject()} {$locale->formatDate($date)} {foreach from=$commentstatus key=name item=status} {if $comment->getStatus() == $status}{$locale->tr($name)}{/if} {/foreach} {if $comment->isPosterAuthenticated()}{$locale->tr("yes")}{else}{$locale->tr("no")}{/if} {$comment->getClientIp()}
{check_perms perm=update_comment} {$locale->tr( {if $bayesian_filter_enabled} {if $comment->getStatus() == 0} {$locale->tr( {elseif $comment->getStatus() == 1} {$locale->tr( {/if} {/if} {/check_perms} {if $comment->getUserUrl()} {$locale->tr( {/if}
{adminpager style=list} {check_perms adminperm=purge_data} {/check_perms} {check_perms perm=update_comment} {/check_perms} {check_perms perm=update_comment} {/check_perms}
{include file="$admintemplatepath/footernavigation.template"} {include file="$admintemplatepath/footer.template"}