{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}update_port_form{% endblock %} {% block form_action %}{% url 'horizon:admin:networks:editport' network_id port_id %}{% endblock %} {% block modal-header %}{% trans "Edit Port" %}{% endblock %} {% block modal-body %}
{% trans "ID" %}
{{ port_id }}

{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% trans "You may update the editable properties of your port here." %}

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