{% extends 'django_openstack/dash/base.html' %} {% block sidebar %} {% with current_sidebar="security_groups" %} {{block.super}} {% endwith %} {% endblock %} {% block page_header %} {% include "django_openstack/common/_page_header.html" with title="Create Security Group" %} {% endblock page_header %} {% block dash_main %}
{% include 'django_openstack/dash/security_groups/_form.html' %}

Description:

From here you can create a new security group

 
{% endblock %}