Update copy on TO signature page
This commit is contained in:
parent
a227044ccf
commit
66cfaaa6c3
@ -151,3 +151,6 @@ class SignatureForm(BaseForm):
|
||||
translate("task_orders.sign.digital_signature_description"),
|
||||
validators=[Required()],
|
||||
)
|
||||
confirm = BooleanField(
|
||||
translate("task_orders.sign.confirmation_description"), validators=[Required()],
|
||||
)
|
||||
|
@ -1,8 +1,10 @@
|
||||
{% macro TOFormStepHeader(title, description, to_number=None) %}
|
||||
{% macro TOFormStepHeader(description, title=None, to_number=None) %}
|
||||
<div class="task-order__header">
|
||||
<div class="h2">
|
||||
{{ title }}
|
||||
</div>
|
||||
{% if title -%}
|
||||
<div class="h2">
|
||||
{{ title }}
|
||||
</div>
|
||||
{%- endif %}
|
||||
{% if to_number %}
|
||||
<p>
|
||||
<strong>Task Order Number:</strong> {{ to_number }}
|
||||
|
@ -10,11 +10,14 @@
|
||||
{% set step = "5" %}
|
||||
|
||||
{% block to_builder_form_field %}
|
||||
{{ TOFormStepHeader('task_orders.form.step_5.title' | translate, 'task_orders.form.step_5.description' | translate, task_order.number) }}
|
||||
|
||||
{% call Alert('',
|
||||
message="task_orders.form.step_5.alert_message" | translate
|
||||
) %}
|
||||
{{ CheckboxInput(form.signature) }}
|
||||
{% endcall %}
|
||||
{{ TOFormStepHeader('task_orders.form.step_5.description' | translate, to_number=task_order.number) }}
|
||||
{{ CheckboxInput(form.signature) }}
|
||||
{{ CheckboxInput(form.confirm) }}
|
||||
<hr>
|
||||
<h5>
|
||||
{{ "task_orders.sign.acknowledge.title" | translate }}
|
||||
</h5>
|
||||
<p>
|
||||
{{ "task_orders.sign.acknowledge.text" | translate }}
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
@ -199,7 +199,7 @@ forms:
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
defense_component:
|
||||
defense_component:
|
||||
label: "Select DoD component(s) funding your Portfolio:"
|
||||
choices:
|
||||
air_force: Air Force
|
||||
@ -211,7 +211,7 @@ forms:
|
||||
help_text: |
|
||||
<p>
|
||||
Select the DOD component(s) that will fund all Applications within this Portfolio.
|
||||
In JEDI, multiple DoD organizations can fund the same Portfolio.<br/>
|
||||
In JEDI, multiple DoD organizations can fund the same Portfolio.<br/>
|
||||
Select all that apply.<br/>
|
||||
</p>
|
||||
attachment:
|
||||
@ -523,7 +523,7 @@ task_orders:
|
||||
next_button: 'Next: Review Task Order'
|
||||
step_5:
|
||||
title: Confirm Signature
|
||||
description: Finally, plase confirm that your uploaded document representing the information you've entered contains the required signature from your Contracting Officer. You will be informed as soon as CCPO completes their review.
|
||||
description: Prior to submitting the Task Order, you must acknowledge, by marking the appropriate box below, that the uploaded Task Order is signed by an appropriate, duly warranted Contracting Officer who has the authority to execute the uploaded Task Order on your Agency’s behalf and has authorized you to upload the Task Order in accordance with Agency policy and procedures. You must further acknowledge, by marking the appropriate box below, that all information entered herein matches that of the submitted Task Order.
|
||||
alert_message: All task orders require a Contracting Officer signature.
|
||||
next_button: 'Confirm & Submit'
|
||||
sticky_header_text: 'Add Task Order (step {step} of 5)'
|
||||
@ -539,7 +539,11 @@ task_orders:
|
||||
subtitle: Who will be involved in the work funded by this task order?
|
||||
team_title: Your team
|
||||
sign:
|
||||
digital_signature_description: I acknowledge that the uploaded task order contains the required KO signature.
|
||||
digital_signature_description: I confirm the uploaded Task Order is signed by the appropriate, duly warranted Agency Contracting Officer who authorized me to upload the Task Order.
|
||||
confirmation_description: I confirm that the information entered here in matches that of the submitted Task Order.
|
||||
acknowledge:
|
||||
title: Acknowledge Statement
|
||||
text: I acknowledge, by executing the confirmation above and submitting this verification, that I am subject to potential penalties that may include fines, imprisonment, or both, under the U.S. law and regulations for any false statement or misrepresentation in association with this Task Order submission or on any accompanying documentation.
|
||||
status_empty_state: 'This Portfolio has no {status} Task Orders.'
|
||||
status_list_title: '{status} Task Orders'
|
||||
JEDICLINType:
|
||||
|
Loading…
x
Reference in New Issue
Block a user