{% extends "base.html" %} {% block pagebanner %}

Zones

Edit information for {{ zone.zone }}


{% endblock %} {% block sidebar %} {% include "navbar" %} {% endblock %} {% block content %}
zone
admin
primary_master
expire
retry
refresh
ttl
nameservers
add a new NS record
{% for nameserver in nameservers %} remove
{% endfor %}
mxs
add a new MX record
{% for mx in mxs %} remove
{% endfor %}
A records {% if addresses %}
add a new MX record {% endif %}
{% if addresses %} {% for address in addresses %} remove
{% endfor %}
{% else %} {% endif %}
aux (for information not generated by the database)

{% endblock %}