{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}update_policy_target_form{% endblock %} {% block form_action %}{% url 'horizon:project:policytargets:updatepolicy_target' policy_target_id %}{% endblock %} {% block modal-header %}{% trans "Edit Group" %}{% endblock %} {% block modal-body %}
{% trans "You may update group details here." %}