{% extends 'django_openstack/syspanel/base.html' %} {% block sidebar %} {% with current_sidebar="instances" %} {{block.super}} {% endwith %} {% endblock %} {% block page_header %} {% url syspanel_instances as refresh_link %} {# to make searchable false, just remove it from the include statement #} {% include "django_openstack/common/_page_header.html" with title="Instances" refresh_link=refresh_link searchable="true" %} {% endblock page_header %} {% block syspanel_main %} {% if instances %} {% include 'django_openstack/syspanel/instances/_list.html' %} {% else %}
{% endif %} {% endblock %} {% block footer_js %} {% endblock footer_js %}