{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"} {if $blogusers} {foreach from=$blogusers item=bloguser} {/foreach} {/if}
{$locale->tr("username")} {$locale->tr("full_name")} {$locale->tr("email")} {$locale->tr("actions")}
{$bloguser->getUsername()} {assign var=blogId value=$blog->getId()} {assign var=userPerms value=$bloguser->getPermissions($blogId)} {$bloguser->getFullName()} {$bloguser->getEmail()}
{check_perms perm=update_blog_users} {$locale->tr( {$locale->tr( {/check_perms}
{check_perms perm=update_blog_users} {/check_perms}
{include file="$admintemplatepath/footernavigation.template"} {include file="$admintemplatepath/footer.template"}