{#tr_header#}
{$PALANG.pAdminList_domain_domain} |
{$PALANG.pAdminList_domain_description} |
{$PALANG.pAdminList_domain_aliases} |
{$PALANG.pAdminList_domain_mailboxes} |
{if $CONF.quota==YES}{$PALANG.pAdminList_domain_maxquota} | {/if}
{if $CONF.transport==YES}{$PALANG.pAdminList_domain_transport} | {/if}
{$PALANG.pAdminList_domain_backupmx} |
{$PALANG.pAdminList_domain_modified} |
{$PALANG.pAdminList_domain_active} |
|
{foreach from=$domain_properties item=domain}
{#tr_hilightoff#}
{$domain.domain} |
{$domain.description} |
{$domain.alias_count} / {$domain.aliases} |
{$domain.mailbox_count} / {$domain.mailboxes} |
{if $CONF.quota==YES}{$domain.maxquota} | {/if}
{if $CONF.transport==YES}{$domain.transport} | {/if}
{$domain.backupmx} |
{$domain.modified} |
{$domain.active} |
{$PALANG.edit} |
{$PALANG.del} |
{/foreach}
{/if}