{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}create_port_form{% endblock %} {% block form_action %}{% url horizon:syspanel:networks:addport network.id %} {% endblock %} {% block modal-header %}{% trans "Create Port" %}{% endblock %} {% block modal-body %}
{% trans "You can create a port for the network. If you specify device ID to be attached, the device specified will be attached to the port created."%}