All User Accounts {if $user_account_type == 'group_admin'} In Your Group{/if}
{foreach from=$out_array item=row} {/foreach}
{$Name} {$Email} {$Account_Type} {$Group_Owner} {$Status} Edit Delete
{$row.name|escape} {$row.email|escape} {$row.account_type} {$row.group_owner_name|escape} {$row.status} edit {strip} {if $row.delete_url == ""} {else} Trash {/if}{/strip}