{% load i18n %}

{% trans "Keypairs" %}

{% trans "Import Keypair"%} {% trans "Create New Keypair"%} {% trans "inspect" %}
{% for keypair in keypairs %} {% endfor %}
{% trans "Name"%} {% trans "Fingerprint"%} {% trans "Actions"%}
{{ keypair.name }} {{ keypair.fingerprint }}
  • {% include "nova/access_and_security/keypairs/_delete.html" with form=keypair_delete_form %}