{% extends '../requests_new.html.to' %} {% block form %} {% autoescape None %} {% if f.errors %} There were some errors, see below. {% end %}

Primary Government/Military
Point of Contact (POC)

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.

{{ f.fname_poc.label }} {{ f.fname_poc(placeholder="First name") }} {% for e in f.fname_poc.errors %}
{{ e }}
{% end %} {{ f.lname_poc.label }} {{ f.lname_poc(placeholder="Last name") }} {% for e in f.lname_poc.errors %}
{{ e }}
{% end %} {{ f.email_poc.label }} {{ f.email_poc(placeholder="jane@mail.mil") }} {% for e in f.email_poc.errors %}
{{ e }}
{% end %} {{ f.dodid_poc.label }} {{ f.dodid_poc(placeholder="10-digit number on the back of the CAC") }} {% for e in f.dodid_poc.errors %}
{{ e }}
{% end %} {% end %}