{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}update_policy_form{% endblock %} {% block form_action %}{% url 'horizon:project:firewalls:insertrule' policy_id %}{% endblock %} {% block modal-header %}{% trans "Insert Rule to Policy" %}{% endblock %} {% block modal-body %}
{% blocktrans %}Choose the rule you want to insert. Specify either the rule you want to insert immediately before, or the rule to insert immediately after. If both are specified, the prior takes precedence.{% endblocktrans %}