{% extends "maasserver/base.html" %} {% block nav-active-settings %}active{% endblock %} {% block title %}Delete zone{% endblock %} {% block page-title %}Delete zone{% endblock %} {% block content %}

Are you sure you want to delete zone "{{ zone_to_delete }}"? If any nodes are still in this zone, deleting the zone will take them out of the zone, but not otherwise affect them.

This action is permanent and can not be undone.

{% csrf_token %} Cancel

{% endblock %}