{% extends 'requests_new.html' %} {% from "components/alert.html" import Alert %} {% from "components/text_input.html" import TextInput %} {% from "components/options_input.html" import OptionsInput %} {% block subtitle %}

Designate a Workspace Owner

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

Please see below.

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

Please designate a Primary Point of Contact that will be responsible for owning the workspace in the JEDI Cloud.

The Point of Contact will become the primary owner of the workspace created to use the JEDI Cloud. As a workspace owner, this person will have the ability to:

This POC may be you.

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