{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}create_subnet_form{% endblock %} {% block form_action %}{% url horizon:syspanel:networks:addsubnet network.id %} {% endblock %} {% block modal-header %}{% trans "Create Subnet" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description" %}:

{% trans "You can create a subnet for the network. Any network address can be specified unless the network address does not overlap other subnets in the network." %}

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