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

Are you sure you want to delete the node "{{ node_to_delete }}"? Note that this node will be removed from this MAAS but the machine itself will be left untouched.

This action is permanent and can not be undone.

{% csrf_token %} Cancel

{% endblock %}