{* $Id$ *} {if $user} {if !isset($tpl_module_title)}{assign var=tpl_module_title value="{tr}Login{/tr}"}{/if} {tikimodule error=$module_params.error title=$tpl_module_title name="login_infos" flip=$module_params.flip decorations=$module_params.decorations nobox=$module_params.nobox notitle=$module_params.notitle}
{tr}Log out{/tr}
{if $prefs.userTracker eq 'y'}
{tr}User information:{/tr}
  {$user|escape}
{/if} {if $prefs.groupTracker eq 'y'}
{tr}Group information:{/tr}
  {$default_group|escape}
{/if} {/tikimodule} {/if} {if $prefs.groupTracker eq 'n' and $prefs.userTracker eq 'n'} {tr}You need to activate user and/or group trackers.{/tr} {/if}