{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}create_port_form{% endblock %} {% block form_action %}{% url 'horizon:admin:networks:addport' network.id %} {% endblock %} {% block modal-header %}{% trans "Create Port" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description" %}:

{% 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."%}

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