{% extends 'requests/_new.html' %} {% from "components/alert.html" import Alert %} {% from "components/text_input.html" import TextInput %} {% from "components/checkbox_input.html" import CheckboxInput %} {% block subtitle %}

Designate a Workspace Owner

{% endblock %} {% block form %} {% if f.errors %} {{ Alert('There were some errors', message="

Please see below.

", level='error' ) }} {% endif %}

The Workspace Owner is the primary point of contact and technical administrator of the JEDI Workspace and will have the following responsibilities:

This person must be a DoD employee (not a contractor).

The Workspace Owner may be you. You will be able to add other administrators later. This person will be invited via email once your request is approved.

{{ CheckboxInput(f.am_poc) }}
{% endblock %}