{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}add_contract_form{% endblock %} {% block form_action %}{% url 'horizon:project:policytargets:add_policy_rule_set' policy_target_id %}{% endblock %} {% block modal-header %}{% trans "Add Policy Rule Set" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% trans "Add Policy Rule Set. Press Ctrl to select multiple items." %}

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