{% extends "maasserver/base.html" %} {% block title %}Delete commissioning script{% endblock %} {% block page-title %}Delete commissioning script{% endblock %} {% block content %}

Are you sure you want to delete the commissioning script '{{ script_to_delete.name }}'?

This action is permanent and can not be undone.

{% csrf_token %} Cancel

{% endblock %}