{% extends "base.html" %} {% from "components/alert.html" import Alert %} {% from "components/text_input.html" import TextInput %} {% block content %} {% if new_user %} {% call Alert('ccpo.form.confirm_user_title' | translate) %}
{% endcall %} {% else %} {% call Alert('ccpo.form.user_not_found_title' | translate) %}{{ "ccpo.form.user_not_found_text" | translate }}
{% endcall %} {% endif %} {% endblock %}