{include file="header.html"}

{$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:")} {if ($account.type & 1) == 1} {/if} {if ($account.type & 2) == 2} {/if} {if ($account.type & 4) == 4} {/if} {if ($account.type & 8) == 8} {/if} {if ($account.type & 16) == 16} {/if}
{trans("shell")} [{$account.quota_sh} MB]
{trans("mail")} [{$account.quota_mail} MB]
{trans("www")} [{$account.quota_www} MB]
{trans("ftp")} [{$account.quota_ftp} MB]
{trans("sql")} [{$account.quota_sql} 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.")}

 

{include file="footer.html"}