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

Are you sure you want to delete the following key?

{{ sslkey }}

This action is permanent and can not be undone.

{% csrf_token %} Cancel

{% endblock %}