{* $Id$ *} {tikimodule error=$module_params.error title=$tpl_module_title name="domain_password" flip=$module_params.flip decorations=$module_params.decorations nobox=$module_params.nobox notitle=$module_params.notitle} {literal} {/literal}
{if isset($domainDisplayPrompt[{$dompwdCount}]) and $domainDisplayPrompt[{$dompwdCount}] eq 'n'} {else} {/if} {if !empty($user)} {if isset($can_update[{$dompwdCount}]) and $can_update[{$dompwdCount}] eq 'y' and $edit_option[{$dompwdCount}] neq 'y'} {elseif $edit_option[{$dompwdCount}] eq 'y'} {/if} {/if}
{$domain}{tr}Domain{/tr} {$domain}
{tr}User{/tr} {if isset($can_update[{$dompwdCount}]) and $can_update[{$dompwdCount}] eq 'y' and $currentuser[{$dompwdCount}] neq 'y' and $edit_option[{$dompwdCount}] neq 'y'} {else} {$username[{$dompwdCount}]} {/if}
{tr}Pass{/tr}
{tr}Edit{/tr}
{if !empty($result[{$dompwdCount}])} {$result[{$dompwdCount}]} {/if} {/tikimodule}