198 lines
4.8 KiB
Plaintext
198 lines
4.8 KiB
Plaintext
{% extends '../requests_new.html.to' %}
|
|
|
|
{% block subtitle %}
|
|
<h2>Review & Submit</h2>
|
|
{% end %}
|
|
|
|
|
|
{% block form_action %}
|
|
<form method='POST' action="{{ reverse_url('requests_submit', request_id) }}" autocomplete="off">
|
|
{% end %}
|
|
|
|
{% block form %}
|
|
|
|
{% autoescape None %}
|
|
{% if f.errors %}
|
|
{% module Alert('There were some errors',
|
|
message="<p>Please complete all required fields before submitting.</p>",
|
|
level='error'
|
|
) %}
|
|
{% end %}
|
|
|
|
<p>Before you can submit your request, please take a moment to review the information entered in the form. You may make changes by clicking the edit link on each section. When all information looks right, go ahead and submit.</p>
|
|
|
|
<h2>Details of Use <a href="{{ reverse_url('request_form_update', 1, request_id) }}" class="icon-link">Edit</a></h2>
|
|
|
|
<dl>
|
|
<div>
|
|
<dt>DoD Component</dt>
|
|
<dd>{{data['details_of_use']['dod_component']}}</dd>
|
|
</div>
|
|
|
|
|
|
<div>
|
|
<dt>JEDI Usage</dt>
|
|
<dd>{{data['details_of_use']['jedi_usage']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>Number of software systems</dt>
|
|
<dd>{{data['details_of_use']['num_software_systems']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>JEDI Migration</dt>
|
|
<dd>{{data['details_of_use']['jedi_migration']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>Rationalization of Software Systems</dt>
|
|
<dd>{{data['details_of_use']['rationalization_software_systems']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>Technical Support Team</dt>
|
|
<dd>{{data['details_of_use']['technical_support_team']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>Organization Providing Assistance</dt>
|
|
<dd>{{data['details_of_use']['organization_providing_assistance']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>Engineering Assessment</dt>
|
|
<dd>{{data['details_of_use']['engineering_assessment']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>Data Transfers</dt>
|
|
<dd>{{data['details_of_use']['data_transfers']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>Expected Completion Date</dt>
|
|
<dd>{{data['details_of_use']['expected_completion_date']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>Cloud Native</dt>
|
|
<dd>{{data['details_of_use']['cloud_native']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>Estimated Monthly Spend</dt>
|
|
<dd>{{data['details_of_use']['estimated_monthly_spend']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>Total Spend</dt>
|
|
<dd>${{data['details_of_use']['dollar_value']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>Number of User Sessions</dt>
|
|
<dd>{{data['details_of_use']['number_user_sessions']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>Average Daily Traffic</dt>
|
|
<dd>{{data['details_of_use']['average_daily_traffic']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>Start Date</dt>
|
|
<dd>{{data['details_of_use']['start_date']}}</dd>
|
|
</div>
|
|
</dl>
|
|
|
|
|
|
<h2>Information About You <a href="{{ reverse_url('request_form_update', 2, request_id) }}" class="icon-link">Edit</a></h2>
|
|
|
|
<dl>
|
|
<div>
|
|
<dt>First Name</dt>
|
|
<dd>{{data['information_about_you']['fname_request']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>Last Name</dt>
|
|
<dd>{{data['information_about_you']['lname_request']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>Email Address</dt>
|
|
<dd>{{data['information_about_you']['email_request']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>Phone Number</dt>
|
|
<dd>{{data['information_about_you']['phone_number']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>Service Branch or Agency</dt>
|
|
<dd>{{data['information_about_you']['service_branch']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>Citizenship</dt>
|
|
<dd>{{data['information_about_you']['citizenship']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>Designation of Person</dt>
|
|
<dd>{{data['information_about_you']['designation']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>Latest Information Assurance (IA) Training completion date</dt>
|
|
<dd>{{data['information_about_you']['date_latest_training']}}</dd>
|
|
</div>
|
|
</dl>
|
|
|
|
|
|
<h2>Primary Point of Contact <a href="{{ reverse_url('request_form_update', 3, request_id) }}" class="icon-link">Edit</a></h2>
|
|
|
|
<dl>
|
|
<div>
|
|
<dt>POC First Name</dt>
|
|
<dd>{{data['primary_poc']['fname_poc']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>POC Last Name</dt>
|
|
<dd>{{data['primary_poc']['lname_poc']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>POC Email Address</dt>
|
|
<dd>{{data['primary_poc']['email_poc']}}</dd>
|
|
</div>
|
|
|
|
<div>
|
|
<dt>DOD ID</dt>
|
|
<dd>{{data['primary_poc']['dodid_poc']}}</dd>
|
|
</div>
|
|
</dl>
|
|
|
|
|
|
|
|
{% end %}
|
|
|
|
{% block next %}
|
|
{% if not can_submit %}
|
|
{% module Alert('There were some errors',
|
|
message="<p>Please complete all required fields before submitting.</p>",
|
|
level='error'
|
|
) %}
|
|
{% end %}
|
|
|
|
<div class='action-group'>
|
|
<input type='submit' class='usa-button usa-button-primary' value='Submit' {{ "disabled" if not can_submit else "" }} />
|
|
</div>
|
|
|
|
</form>
|
|
|
|
{% end %}
|