{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}add_routerroute_form{% endblock %} {% block form_action %}{% url 'horizon:project:routers:addrouterroute' router.id %} {% endblock %} {% block modal-header %}{% trans "Add Static Route" %}{% endblock %} {% block modal-body %}
{% trans "Add static route to the router." %}
{% trans "Next Hop IP must be a part of one of the subnets to which the router interfaces are connected." %}