{% translate 'My DNS Zones' %}
{% translate 'Manage All DNS' %}
{% translate 'You can manage all DNS records of domains from this interface. This interface provides some quick access features.' %}
{% if form.errors %}
{% for error in form.non_field_errors %}
{{ error|escape }}
{% endfor %}
{% for field in form %}
{% for error in field.errors %}
{{ error|escape }}
{% endfor %}
{% endfor %}
{% endif %}
{% if messages %}
{% for message in messages %}
{% if message.tags == "success" %}
{{ message }}
{% else %}
{{ message }}
{% endif %}
{% endfor %}
{% endif %}
{% translate 'Sl.No' %} | {% translate 'Domain Zone ' %} | {% translate 'DKIM' %} | {% translate 'SPF' %} | {% translate 'IPV4' %} | {% translate 'IPV6' %} | {% translate 'Name Servers' %} | {% translate 'Zone Template' %} | {% translate 'Action' %} |
---|---|---|---|---|---|---|---|---|
{% translate 'Sl.No' %} | {% translate 'Domain Zone ' %} | {% translate 'DKIM' %} | {% translate 'SPF' %} | {% translate 'IPV4' %} | {% translate 'IPV6' %} | {% translate 'Name Servers' %} | {% translate 'Zone Template' %} | {% translate 'Action' %} |