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

{% trans "Description:" %}

{% trans "You can connect a specified external network to the router. The external network is regarded as a default route of the router and the router acts as a gateway for external connectivity." %}

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