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

{% trans "Description" %}:

{% trans "Routing rules to apply to router. Rules are matched by most specific source first and then by most specific destination." %}
{% trans "The next hop addresses can be used to override the router used by the client." %}

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