{extends file="layout.html"} {block name=title}::: LMS :{$layout.pagetitle|striphtml} :::{/block} {block name=module_content}

{$layout.pagetitle}

{trans("Login:")} {$account.login}
{if $account.realname} {/if} {if $account.mail_forward} {/if} {if $account.mail_bcc} {/if}
{trans("Domain:")} {$account.domain}
{trans("Owner:")} {if !$account.ownerid}{trans("SYSTEM ACCOUNT")} {else}{$account.customername}{/if}
{trans("First/last or Company name:")} {$account.realname}
{trans("Homedir:")} {$account.home}
{trans("Expiration date:")} {if $account.expdate}{$account.expdate|date_format:"%Y/%m/%d"}{else}{trans("not expire")}{/if}
{trans("Forward e-mail:")} {$account.mail_forward}
{trans("BCC e-mail:")} {$account.mail_bcc}
{if $account.description} {/if}
{trans("Type/Quota:")} {foreach $_ACCOUNTTYPES as $typeidx => $type} {if ($account.type & $typeidx) == $typeidx} {/if} {/foreach}
{$type.label} [ {$idx='quota_'|cat:$type.alias} {$account[$idx]} MB ]
{$account.description|replace:"\n":"
"}
{trans("Edit")} {trans("Change password")} {trans("Create alias")} {trans("Delete")}

{t a=$account.aliases|@count}Account aliases ($a):{/t} {trans("New alias")} » 
{cycle name=assign values="light,lucid" print=false} {foreach from=$account.aliases item=alias} {foreachelse} {/foreach}
{trans("Login")}@{trans("Domain:")} {trans("ID:")}  
{$alias.login}@{$alias.domain} ({$alias.id|string_format:"%04d"}) {assign var=name value="`$alias.login`@`$alias.domain`"} {trans( {trans( {trans( {trans(

{trans("There are no aliases for that account.")}

{/block}