{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block modal_id %}update_user_form{% endblock %} {% block modal-header %}{% trans "Update User" %}{% endblock %} {% block form_action %}{% url 'horizon:management:project_users:update' user.id %}{% endblock %} {% block modal-body %}
{% trans "Adjust user roles to revoke or grant roles within this project." %}
{% include 'management/project_users/_role_help.html' %}