{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}create_security_group_form{% endblock %} {% block form_action %}{% url horizon:nova:access_and_security:security_groups:create %}{% endblock %} {% block modal-header %}{% trans "Create Security Group" %}{% endblock %} {% block modal_id %}create_security_group_modal{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description"%}:

{% trans "From here you can create a new security group"%}

{% endblock %} {% block modal-footer %} Cancel {% endblock %}