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

Primary Government/Military
Point of Contact (POC)

{% 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.

{{ TextInput(f.fname_poc,placeholder='First Name') }} {{ TextInput(f.lname_poc,placeholder='Last Name') }} {{ TextInput(f.email_poc,placeholder='jane@mail.mil') }} {{ TextInput(f.dodid_poc,placeholder='10-digit number on the back of the CAC') }} {% endblock %}