{% extends 'django_openstack/dash/base.html' %} {% block sidebar %} {% with current_sidebar="security_groups" %} {{block.super}} {% endwith %} {% endblock %} {% block page_header %} {% url dash_security_groups 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="Security Groups" refresh_link=refresh_link searchable="true" %} {% endblock page_header %} {% block dash_main %} {% if security_groups %} {% include 'django_openstack/dash/security_groups/_list.html' %} Create Security Group {% else %}
{% endif %} {% endblock %}