{% 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 %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% trans "Adjust user roles to revoke or grant roles within this project." %}

{% include 'management/project_users/_role_help.html' %}
{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}