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

Are you sure you want to delete the following key?

{{ key }}

This action is permanent and can not be undone.

{% csrf_token %} Cancel

{% endblock %}