{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}




{$locale->tr("show_massive_change_option")}
{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")} IP {$locale->tr("actions")}
{$comment->getTopic()|strip_tags|utf8_wordwrap:12:"
":true}
{$comment->getText()|strip_tags|utf8_wordwrap:35:"
":true}
{$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} {$comment->getClientIp()}
{$locale->tr( {if $comment->getStatus() == 0} {$locale->tr( {elseif $comment->getStatus() == 1} {$locale->tr( {/if} {if $comment->getUserUrl()} {$locale->tr( {/if} {$locale->tr(
{adminpager style=list}
{include file="$admintemplatepath/footernavigation.template"} {include file="$admintemplatepath/footer.template"}