{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}update_networkprofile_form{% endblock %} {% block form_action %}{% url 'horizon:router:nexus1000v:update_network_profile profile_id' %}{% endblock %} {% block modal-header %}{% trans "Edit Network Profile" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

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

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