Move text to translations file
This commit is contained in:
parent
14673ff541
commit
218cc07231
@ -5,15 +5,15 @@
|
|||||||
{% from 'task_orders/form_header.html' import TOFormStepHeader %}
|
{% from 'task_orders/form_header.html' import TOFormStepHeader %}
|
||||||
|
|
||||||
{% set action = url_for("task_orders.submit_task_order", task_order_id=task_order_id) %}
|
{% set action = url_for("task_orders.submit_task_order", task_order_id=task_order_id) %}
|
||||||
{% set next_button_text = "Next: Confirm & Submit" %}
|
{% set next_button_text = 'task_orders.form.step_5.next_button' | translate %}
|
||||||
{% set previous_button_link = url_for("task_orders.form_step_four_review", task_order_id=task_order_id) %}
|
{% set previous_button_link = url_for("task_orders.form_step_four_review", task_order_id=task_order_id) %}
|
||||||
{% set step = "5" %}
|
{% set step = "5" %}
|
||||||
|
|
||||||
{% block to_builder_form_field %}
|
{% block to_builder_form_field %}
|
||||||
{{ TOFormStepHeader("Signature confirmation", "Lorem ipsem", task_order_number) }}
|
{{ TOFormStepHeader('task_orders.form.step_5.title' | translate, 'task_orders.form.step_5.description' | translate, task_order.number) }}
|
||||||
|
|
||||||
{% call Alert('',
|
{% call Alert('',
|
||||||
message="All task orders require a Contracting Officer signature."
|
message="task_orders.form.step_5.alert_message" | translate
|
||||||
) %}
|
) %}
|
||||||
{{ CheckboxInput(form.signature) }}
|
{{ CheckboxInput(form.signature) }}
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
@ -355,6 +355,11 @@ task_orders:
|
|||||||
supporting_docs_header: Upload your supporting documentation
|
supporting_docs_header: Upload your supporting documentation
|
||||||
supporting_docs_size_limit: Your file may not exceed 1MB
|
supporting_docs_size_limit: Your file may not exceed 1MB
|
||||||
supporting_docs_text: Upload a single PDF containing all relevant information.
|
supporting_docs_text: Upload a single PDF containing all relevant information.
|
||||||
|
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.
|
||||||
|
alert_message: All task orders require a Contracting Officer signature.
|
||||||
|
next_button: 'Next: Confirm & Submit'
|
||||||
sticky_header_text: 'Add Funding ({step} of 5)'
|
sticky_header_text: 'Add Funding ({step} of 5)'
|
||||||
new:
|
new:
|
||||||
form_help_text: Before you can begin work in the cloud, you'll need to complete the information below and upload your approved task order for reference by the CCPO.
|
form_help_text: Before you can begin work in the cloud, you'll need to complete the information below and upload your approved task order for reference by the CCPO.
|
||||||
@ -363,7 +368,7 @@ task_orders:
|
|||||||
subtitle: Who will be involved in the work funded by this task order?
|
subtitle: Who will be involved in the work funded by this task order?
|
||||||
team_title: Your team
|
team_title: Your team
|
||||||
sign:
|
sign:
|
||||||
digital_signature_description: 'I acknowledge that I have read and fully understand the DoD CCPO JEDI agreements and completed all the necessary steps, as detailed in the Federal Acquisition Regulation (FAR).'
|
digital_signature_description: I acknowledge that the uploaded task order contains the required KO signature.
|
||||||
JEDICLINType:
|
JEDICLINType:
|
||||||
JEDI_CLIN_1: 'CLIN 1:'
|
JEDI_CLIN_1: 'CLIN 1:'
|
||||||
JEDI_CLIN_2: 'CLIN 2: Classified Cloud Services - 0002'
|
JEDI_CLIN_2: 'CLIN 2: Classified Cloud Services - 0002'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user