{include file="header.html"}

{$layout.pagetitle}

{if $domain.description} {/if}
{t}Name:{/t} {$domain.name}
{t}Owner:{/t} {if !$domain.ownerid}{t}SYSTEM DOMAIN{/t} {else}{$domain.customername}{/if}
{t}Domain type:{/t} {$domain.type|default:0}
{t}Accounts number:{/t} {$domain.accountcnt|default:0}
{t}Aliases number:{/t} {$domain.aliascnt|default:0}
{t}Records number:{/t} {$domain.recordscnt|default:0}
{t}Description:{/t}
{$domain.description|replace:"\n":"
"}
{t}Records{/t} [ {t}Records{/t} ] {t}Accounts{/t} [ {t}Accounts{/t} ] {t}Aliases{/t} [ {t}Aliases{/t} ] {t}Edit{/t} {t}Delete{/t}
{include file="footer.html"}