{% if zone['idn_zone_name'] %}
{{ zone['idn_zone_name'] }} ({{ zone['name'] }})
{% else %}
{{ zone['name'] }}
{% endif %}
|
{{ zone['owner'] }} |
{{ zone['type'] }} |
{% if perm_edit != "all" and (perm_edit != "own" or zone['is_owner'] != "1") %}
{{ error }}
{% endif %}
{% if zone['has_supermaster'] %}
{% trans %}You are about to delete a slave zone of which the master nameserver is a supermaster. Deleting
the zone now, will result in temporary removal only. Whenever the supermaster sends a notification for
this zone, it will be added again!{% endtrans %}
{% endif %}
|
{% endfor %}