{% extends "admin/delete_confirmation.html" %} {% block extrahead %} {{ block.super }} {% endblock %} {% block content %}

You are about to delete {{ deleted_objects|first }}

Are you sure you want to delete this Researcher Desktop?

Clicking confirm will delete the instance and volume from OpenStack, and mark the Researcher Desktop as deleted in the database (there is no confirmation modal).


{% endblock %}