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

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

{% trans "This page is used to create DNS zone, to edit dns zone you can visit Modify DNS Zone Page." %}

{% trans "Details" %}

{% if not status %}

{% trans "PowerDNS is disabled." %}

{% else %}
example.com

{% trans "Cannot create DNS Zone. Error message:" %} {$ errorMessage $}

{% trans "DNS Zone for domain:" %} {$ zoneDomain $} created

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

{% endif %}
{% endblock %}