{% extends 'nova/base.html' %} {% load i18n %} {% block sidebar %} {% with current_sidebar="keypairs" %} {{block.super}} {% endwith %} {% endblock %} {% block headerjs %} {% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Keypairs") %} {% endblock page_header %} {% block dash_main %} {% if keypairs %} {% include 'nova/keypairs/_list.html' %} {% else %}

{% trans "Info: "%}{% trans "There are currently no keypairs."%}

{% trans "Create New Keypair"%} {% trans "Import Keypair"%}
{% endif %} {% endblock %}