{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Delete DNS Zone - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}

{% trans "Delete DNS Zone" %} - {% trans "DNS Docs" %}

{% trans "This page can be used to delete DNS Zone. Deleting the DNS zone will remove all its related records as well." %}

{% trans "Delete DNS Zone" %}

{% if not status %}

{% trans "PowerDNS is disabled." %}

{% else %}

{% trans "Cannot delete zone. Error message: " %}{$ errorMessage $}

{% trans "Zone for domain:" %} {$ deletedZone $} {% trans "is successfully erased." %}

{% trans "Could not connect to server. Please refresh this page." %}

{% endif %}
{% endblock %}