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

{% trans "Add/Modify DNS Zone" %} - {% trans "DNS Docs" %}

{% trans "On this page you can add/modify dns records for domains whose dns zone is already created." %}

{% trans "Add Records" %}

{% if not status %}

{% trans "PowerDNS is disabled." %}

{% else %}
{% trans "Type" %} {% trans "Name" %} {% trans "TTL" %} {% trans "Value" %} {% trans "Priority" %} {% trans "Actions" %}

{% trans "Cannot fetch records. Error message:" %}{$ errorMessage $}

{% trans "Cannot add record. Error message: " %}{$ errorMessage $}

{% trans "Records successfully fetched for" %} {$ domainFeteched $}

{% trans "Record Successfully Deleted" %}

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

{% trans "Record Successfully Added." %}

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

{% endif %}
{% endblock %}