{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% 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 %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% 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." %}

{% endblock %}