{% extends "base.html" %} {% from "components/alert.html" import Alert %} {% from "components/text_input.html" import TextInput %} {% block content %} {% if new_user %} {% 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 %} {% else %} {% call Alert('forms.ccpo_user.user_not_found' | translate) %} To add someone as a CCPO user, they must already have an ATAT account.
Return to list of CCPO users
{% endcall %} {% endif %} {% endblock %}