{% extends 'django_openstack/dash/base.html' %} {% block sidebar %} {% with current_sidebar="keypairs" %} {{block.super}} {% endwith %} {% endblock %} {% block page_header %} {% url dash_keypairs request.user.tenant_id as refresh_link %} {# to make searchable false, just remove it from the include statement #} {% include "django_openstack/common/_page_header.html" with title="Keypairs" refresh_link=refresh_link searchable="true" %} {% endblock page_header %} {% block dash_main %} {% if keypairs %} {% include 'django_openstack/dash/keypairs/_list.html' %} Add New Keypair Import Keypair {% else %}

Info

There are currently no keypairs.

Add New Keypair Import Keypair {% endif %} {% endblock %}