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

Are you sure you want to delete the license key '{{ license_key_to_delete.osystem }} / {{ license_key_to_delete.distro_series }}'?

This action is permanent and can not be undone.

{% csrf_token %} Cancel
{% endblock %}