{include file="$admintemplatepath/header.template"} {include file="$admintemplatepath/navigation.template" showOpt=unmoderatedComments title=$locale->tr("unmoderatedComments")} {if $pluginEnabled}
{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()} {$comment->getText()} {$comment->getUserEmail()} {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()}
{else} {include file="$admintemplatepath/errormessage.template"} {/if} {include file="$admintemplatepath/footer.template"}