{include file="$admintemplatepath/header.template"} {include file="$admintemplatepath/navigation.template" showOpt=showBlogUsers title=$locale->tr("showBlogUsers")}
{include file="$admintemplatepath/successmessage.template"} {include file="$admintemplatepath/errormessage.template"} {foreach from=$blogusers item=bloguser} {/foreach}
{$locale->tr("username")} {$locale->tr("full_name")} {$locale->tr("email")} {$locale->tr("actions")}
{$bloguser->getUsername()} {$bloguser->getFullName()} {$bloguser->getEmail()}
{$locale->tr(
{include file="$admintemplatepath/footernavigation.template"} {include file="$admintemplatepath/footer.template"}