commit
e77b69dc41
@ -75,7 +75,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>{{ clin.number }}</td>
|
<td>{{ clin.number }}</td>
|
||||||
<td>{{ clin.type }}</td>
|
<td>{{ clin.type }}</td>
|
||||||
<td>{{ "{}".format(clin.jedi_clin_type) | translate}}</td>
|
<td>{{ "task_orders.review.clins.{}".format(clin.jedi_clin_type) | translate}}</td>
|
||||||
<td>
|
<td>
|
||||||
{{ clin.start_date | formattedDate }} - {{ clin.end_date | formattedDate }}
|
{{ clin.start_date | formattedDate }} - {{ clin.end_date | formattedDate }}
|
||||||
</td>
|
</td>
|
||||||
|
@ -491,6 +491,11 @@ task_orders:
|
|||||||
pop: PoP
|
pop: PoP
|
||||||
total_amount: CLIN Value
|
total_amount: CLIN Value
|
||||||
obligated: Amount Obligated
|
obligated: Amount Obligated
|
||||||
|
JEDICLINType:
|
||||||
|
JEDI_CLIN_1: 'Unclassified IaaS and PaaS (IDIQ CLIN 0001)'
|
||||||
|
JEDI_CLIN_2: 'Classified IaaS and PaaS (IDIQ CLIN 0002)'
|
||||||
|
JEDI_CLIN_3: 'Unclassified Cloud Support Package (IDIQ CLIN 0003)'
|
||||||
|
JEDI_CLIN_4: 'Classified Cloud Support Package (IDIQ CLIN 0004)'
|
||||||
tooltip:
|
tooltip:
|
||||||
obligated_funds: Funds committed to fund your portfolio. This may represent 100% of your total Task Order value, or a portion of it.
|
obligated_funds: Funds committed to fund your portfolio. This may represent 100% of your total Task Order value, or a portion of it.
|
||||||
total_value: All obligated and projected funds for the Task Order’s Base and Option CLINs.
|
total_value: All obligated and projected funds for the Task Order’s Base and Option CLINs.
|
||||||
@ -554,10 +559,10 @@ task_orders:
|
|||||||
status_empty_state: 'This Portfolio has no {status} Task Orders.'
|
status_empty_state: 'This Portfolio has no {status} Task Orders.'
|
||||||
status_list_title: '{status} Task Orders'
|
status_list_title: '{status} Task Orders'
|
||||||
JEDICLINType:
|
JEDICLINType:
|
||||||
JEDI_CLIN_1: 'Unclassified IaaS and PaaS (IDIQ CLIN 0001)'
|
JEDI_CLIN_1: 'IDIQ CLIN 0001 Unclassified IaaS/PaaS'
|
||||||
JEDI_CLIN_2: 'Classified IaaS and PaaS (IDIQ CLIN 0002)'
|
JEDI_CLIN_2: 'IDIQ CLIN 0002 Classified IaaS/PaaS'
|
||||||
JEDI_CLIN_3: 'Unclassified Cloud Support Package (IDIQ CLIN 0003)'
|
JEDI_CLIN_3: 'IDIQ CLIN 0003 Unclassified Cloud Support Package'
|
||||||
JEDI_CLIN_4: 'Classified Cloud Support Package (IDIQ CLIN 0004)'
|
JEDI_CLIN_4: 'IDIQ CLIN 0004 Classified Cloud Support Package'
|
||||||
testing:
|
testing:
|
||||||
example_string: Hello World
|
example_string: Hello World
|
||||||
example_with_variables: 'Hello, {name}!'
|
example_with_variables: 'Hello, {name}!'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user