{* $Id: users.tpl 1642 2006-05-03 10:08:35Z zeke $ *}
{capture name="sidebox"}
{** Users **}
{capture name="tmp"}
{if 'view_users'|fn_check_privileges:true}{$lang.all_users}
{/if}
{if 'view_users'|fn_check_privileges:true}{$lang.administrators}
{/if}
{if 'view_users'|fn_check_privileges:true}{$lang.customers}
{/if}
{if 'manage_users'|fn_check_privileges:true}{$lang.create_account}
{/if}
{/capture}
{** /Users **}
{if $smarty.capture.tmp|trim}
{$smarty.capture.tmp}