{* $Id$ *}
|
{if !empty($allGroups.$gr.groupHome)}{/if}
{if $type eq 'included'}{$gr|escape} {tr}(This is an included group){/tr}
{elseif $type eq 'leader'}{$gr|escape} {tr}(You are a leader){/tr}
{else}{$gr|escape}{/if}
{if !empty($allGroups.$gr.groupHome)}{/if}
{if $showdefault eq 'y' and $default_group eq $gr}{icon name='group' class='tips' title=":{tr}Your default group{/tr}"}{/if}
{if $showgroupdescription eq 'y'} {$allGroups.$gr.groupDesc|escape} {/if}
|
{if $type ne 'included' and $type ne 'leader' and ($alwaysallowleave eq 'y' or $allGroups.$gr.userChoice eq 'y')} {tr}Leave Group{/tr} {/if} {if $type eq 'leader'} {tr}Manage Group{/tr} {/if} {if $showdefault eq 'y' and ($default_group ne $gr or !empty($defaulturl))} {icon name='group'} {/if} |