{% 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') %}
{% 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. {% endcall %} {% endif %} {% endblock %}