{$MGLANG->T('dns_zones')}

{*
{foreach from=$groups key="group_name" item="group" name="groups_loop"}

{if !$group->product_id && !$group->product_group_name && !$group->product_name && !$group->domain}{$group->groupKey}{else} {if $showProductName == "on"}{$group->product_name} {else} {$MGLANG->T('service')} #{$group->product_id}{/if} {if $groups_info[$group->groupKey].zones_count <= 1}- {$group->domain}{/if} {/if}

{$MGLANG->T('zones')}: {$groups_info[$group->groupKey].zones_count}/{$groups_info[$group->groupKey].zones_available}
    {foreach from=$group->group item="zone"} {if $zone.zone_name neq ''}
  • {if $zone.zone_status eq '1' && $manageRecordsSets && $zone.locked eq 0}
    {/if} {if $zone.locked eq 1}{/if} {$zone.zone_name}
    {if $zone.server_status eq '1' && $zone.locked eq 0} {if $zone.zone_status eq '1'} {else} {/if} {elseif $zone.locked eq 1} {else} {$MGLANG->T('server_no_active')} {/if}
  • {else}
  • {$MGLANG->T('you_have_no_zone_within_this_group')}
  • {/if} {/foreach}
{foreachelse}
{$MGLANG->T('you have no zones available')}
{/foreach}
{literal} {/literal}