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

Are you sure you want to delete the interface "{{ interface_to_delete.name }}"?

This action is permanent and can not be undone.

{% csrf_token %} Cancel

{% endblock %}