{* *} {if isset($message)}

{$message}

{/if}
{$selectgroup}:   

{$form_start} {foreach from=$group_list item=thisgroup} {if $thisgroup->id != -1}{/if} {/foreach} {foreach from=$users item=user} {cycle values='row1,row2' assign='currow'} {foreach from=$group_list item=thisgroup} {if $user->id == $user_id} {if $thisgroup->id != -1} {/if} {else} {if $thisgroup->id != -1} {if ($thisgroup->id == 1 && $user->id == 1)} {else} {assign var="gid" value=$thisgroup->id} {/if} {/if} {/if} {/foreach} {/foreach}
{if isset($title_group)}{$title_group}{/if}{$thisgroup->name}
{$user->name}--  group[$gid])} checked="checked"{/if} />

{$hidden} {$submit} {$cancel}