{% extends 'nova/base.html' %} {% load i18n %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Security Groups") %} {% endblock page_header %} {% block dash_main %} {% if security_groups %} {% url horizon:nova:access_and_security:security_groups:create as create_sec_url %} {% include 'nova/access_and_security/security_groups/_list.html' %} {% else %}
{% url horizon:nova:access_and_security:security_groups:create as dash_sec_url %}

{% trans "Info"%}

{% blocktrans %}There are currently no security groups. Create A Security Group{% endblocktrans %}

{% endif %} {% include 'nova/access_and_security/security_groups/_create.html' with form=form hide=True%} {% endblock %}