{% extends 'base.html' %} {%load i18n%} {% block topbar %} {% with current_topbar="settings" %} {{block.super}} {% endwith %} {% endblock %} {% block sidebar %} {% include 'nova/_sidebar.html' %} {% endblock %} {% block main %} {% block page_header %} {% url horizon:nova:instances:index as refresh_link %} {# to make searchable false, just remove it from the include statement #} {% include "horizon/common/_page_header.html" with title=_("Dashboard Settings") %} {% endblock page_header %} {% include "_messages.html" %}