{% extends '_base.html' %} {% load helpers %} {% load form_helpers %} {% block title %}Zones{% endblock %} {% block content %}
{% if perms.dns.add_zone %} Add a zone Import zones {% endif %} {% include 'inc/export_button.html' with obj_type='Zones' %}

Zones

{% include 'utilities/obj_table.html' with bulk_edit_url='dns:zone_bulk_edit' bulk_delete_url='dns:zone_bulk_delete' %}
Search
{% endblock %}