{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}create_network_form{% endblock %} {% block form_action %}{% url 'horizon:admin:networks:create' %}{% endblock %} {% block modal_id %}create_network_modal{% endblock %} {% block modal-header %}{% trans "Create Network" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% trans "Create a new network for any project as you need."%}

{% trans "Provider specified network can be created. You can specify a physical network type (like Flat, VLAN, GRE, and VXLAN) and its segmentation_id or physical network name for a new virtual network."%}

{% trans "In addition, you can create an external network or a shared network by checking the corresponding checkbox."%}

{% endblock %}