{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}update_policy_rule_set_form{% endblock %} {% block form_action %}{% url "horizon:project:application_policy:updatepolicy_rule_set" policy_rule_set_id %}{% endblock %} {% block modal_id %}update_policy_rule_set_modal{% endblock %} {% block modal-header %}{% trans "Edit Policy Rule Set" %}{% endblock %} {% block modal-body %}
{% trans "Select one or multiple rules by pressing Ctrl" %}