{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}add_consumed_form{% endblock %} {% block form_action %}{% url 'horizon:project:policytargets:add_provided_prs' policy_target_id %}{% endblock %} {% block modal-header %}{% trans "Add Provided PRS" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

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

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