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

Are you sure you want to delete network "{{ network_to_delete.name }}"?

This action is permanent and can not be undone.

{% csrf_token %} Cancel

{% endblock %}