{include file="$admintemplatepath/header.template"} {include file="$admintemplatepath/navigation.template" showOpt=blockedHosts title=$locale->tr("blockedHosts")} {if $pluginEnabled}
{include file="$admintemplatepath/successmessage.template"} {include file="$admintemplatepath/errormessage.template"} {foreach from=$blockedhosts item=blockedhost} {assign var=blockedhostDate value=$blockedhost->getDateObject()} {/foreach}
{$locale->tr("ip_address")} {$locale->tr("reason")} {$locale->tr("date")} {$locale->tr("type")} {$locale->tr("actions")}
{$blockedhost->getHost()}/{$blockedhost->getMask()} {$blockedhost->getReason()}{$locale->formatDate($blockedhostDate,"%d/%m/%Y %H:%M")} {if $blockedhost->getType() == 1}{$locale->tr("access_blocked")}{/if} {if $blockedhost->getType() == 2}{$locale->tr("posting_blocked")}{/if} {** {if $blockedhost->isGlobal()} [{$locale->tr("global")}]{/if} **}
{$locale->tr( {$locale->tr(
{else} {include file="$admintemplatepath/errormessage.template"} {/if} {include file="$admintemplatepath/footernavigation.template"} {include file="$admintemplatepath/footer.template"}