{% extends "django_nova/keypairs/base.html" %} {% block title %} - Cloud Computing{% endblock %} {% block headerjs %} {{ block.super }} {% endblock %} {% block content %} {% include "django_nova/_messages.html" %}
{% include "django_nova/keypairs/_list.html" %}
{% csrf_token %}

Create New Keypair

{% include "django_nova/keypairs/_create_form.html" %}

Are you sure you wish to delete key ?

{% endblock %} {% block footerjs %} {{ block.super }} {% endblock %}