{% extends "base.html" %} {% from "components/alert.html" import Alert %} {% from "components/text_input.html" import TextInput %} {% block content %} {% set ccpo_user_form = "add-ccpo-user-form" %} {% call Alert('Confirm new CCPO user') %}
{{ form.csrf_token }}

Please confirm that the user details below match the user being given CCPO permissions.

{{ new_user.full_name }}

{{ new_user.email }}

{{ "common.cancel" | translate }}
{% endcall %} {% endblock %}