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

Are you sure you want to delete network interface "{{ mac_to_delete.mac_address }}"?

This action is permanent and can not be undone.

{% csrf_token %} Cancel

{% endblock %}