{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}create_network_profile_form{% endblock %} {% block form_action %}{% url 'horizon:router:nexus1000v:create_network_profile' %}{% endblock %} {% block modal_id %}create_network_profile_modal{% endblock %} {% block modal-header %}{% trans "Create Network Profile" %}{% endblock %} {% block modal-body %}
{% trans "Select a name for your network profile."%}