|
{t}Domain:{/t}
|
{$account.domain}
|
|
{t}Owner:{/t}
|
{if !$account.ownerid}{t}SYSTEM ACCOUNT{/t}
{else}{$account.customername}{/if}
|
{if $account.realname}
|
{t}First/last or Company name:{/t}
|
{$account.realname}
|
{/if}
|
{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}
|
{if $account.mail_forward}
|
{t}Forward e-mail:{/t}
|
{$account.mail_forward}
|
{/if}
{if $account.mail_bcc}
|
{t}BCC e-mail:{/t}
|
{$account.mail_bcc}
|
{/if}
|
|
{t}Type/Quota:{/t}
|
{if ($account.type & 1) == 1}
{t}shell{/t} |
[ | {$account.quota_sh} MB | ] |
{/if}
{if ($account.type & 2) == 2}
{t}mail{/t} |
[ | {$account.quota_mail} MB | ] |
{/if}
{if ($account.type & 4) == 4}
{t}www{/t} |
[ | {$account.quota_www} MB | ] |
{/if}
{if ($account.type & 8) == 8}
{t}ftp{/t} |
[ | {$account.quota_ftp} MB | ] |
{/if}
{if ($account.type & 16) == 16}
{t}sql{/t} |
[ | {$account.quota_sql} MB | ] |
{/if}
|
{if $account.description}
|
{$account.description|replace:"\n":" "}
|
|
{/if}
|