{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}add_interface_profile_form{% endblock %} {% block form_action %}{% url 'horizon:admin:inventory:addinterfaceprofile' host_id %}{% endblock %} {% block modal-header %}{% trans "Create Interface Profile" %}{% endblock %} {% block modal-body %}
{% trans "Create a new Interface Profile based on the interface and port configuration of this host." %}