{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}create_subnet_form{% endblock %} {% block form_action %}{% url horizon:nova:networks:addsubnet network.id %} {% endblock %} {% block modal-header %}{% trans "Create Subnet" %}{% endblock %} {% block modal-body %}
{% 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." %}