{% 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 %}
{% trans "You may update the editable properties of your network profile here." %}