{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}add_interface_form{% endblock %} {% block form_action %}{% url 'horizon:project:routers:addinterface' router.id %} {% endblock %} {% block modal-header %}{% trans "Add Interface" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description" %}:

{% trans "You can connect a specified subnet to the router." %}

{% trans "The default IP address of the interface created is a gateway of the selected subnet. You can specify another IP address of the interface here. You must select a subnet to which the specified IP address belongs to from the above list." %}

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