{include file="header.html"}

{$layout.pagetitle}

{t}Login:{/t} {$account.login}
{if $account.realname} {/if} {if $account.mail_forward} {/if} {if $account.mail_bcc} {/if}
{t}Domain:{/t} {$account.domain}
{t}Owner:{/t} {if !$account.ownerid}{t}SYSTEM ACCOUNT{/t} {else}{$account.customername}{/if}
{t}First/last or Company name:{/t} {$account.realname}
{t}Homedir:{/t} {$account.home}
{t}Expiration date:{/t} {if $account.expdate}{$account.expdate|date_format:"%Y/%m/%d"}{else}{t}not expire{/t}{/if}
{t}Forward e-mail:{/t} {$account.mail_forward}
{t}BCC e-mail:{/t} {$account.mail_bcc}
{if $account.description} {/if}
{t}Type/Quota:{/t} {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}
{t}shell{/t} [{$account.quota_sh} MB]
{t}mail{/t} [{$account.quota_mail} MB]
{t}www{/t} [{$account.quota_www} MB]
{t}ftp{/t} [{$account.quota_ftp} MB]
{t}sql{/t} [{$account.quota_sql} MB]
{$account.description|replace:"\n":"
"}
{t}Edit{/t} {t}Change password{/t} {t}Create alias{/t} {t}Delete{/t}

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

 

{t}There are no aliases for that account.{/t}

 

{include file="footer.html"}