Update copy on TO view page
This commit is contained in:
parent
961717e0e7
commit
d38b5f7012
@ -7,11 +7,21 @@
|
|||||||
{% set contract_amount = task_order.total_contract_amount %}
|
{% set contract_amount = task_order.total_contract_amount %}
|
||||||
{% set expended_funds = task_order.invoiced_funds %}
|
{% set expended_funds = task_order.invoiced_funds %}
|
||||||
|
|
||||||
|
{% if builder_mode -%}
|
||||||
|
{% set obligated = 'task_orders.form.step_4.obligated' %}
|
||||||
|
{% set total = 'task_orders.form.step_4.total' %}
|
||||||
|
{% set expended = 'task_orders.form.step_4.expended' %}
|
||||||
|
{% else %}
|
||||||
|
{% set obligated = 'task_orders.review.summary.obligated' %}
|
||||||
|
{% set total = 'task_orders.review.summary.total' %}
|
||||||
|
{% set expended = 'task_orders.review.summary.expended' %}
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<section class="row">
|
<section class="row">
|
||||||
<div class='col col--grow summary-item'>
|
<div class='col col--grow summary-item'>
|
||||||
<h4 class="summary-item__header">
|
<h4 class="summary-item__header">
|
||||||
<span class="summary-item__header-text">{{ 'task_orders.form.step_4.obligated' | translate }}</span>
|
<span class="summary-item__header-text">{{ obligated | translate }}</span>
|
||||||
{{ Tooltip(("task_orders.review.tooltip.obligated_funds" | translate), title="", classes="summary-item__header-icon") }}
|
{{ Tooltip(("task_orders.review.tooltip.obligated_funds" | translate), title="", classes="summary-item__header-icon") }}
|
||||||
</h4>
|
</h4>
|
||||||
<p class="summary-item__value--large">
|
<p class="summary-item__value--large">
|
||||||
@ -20,7 +30,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class='col col--grow summary-item'>
|
<div class='col col--grow summary-item'>
|
||||||
<h4 class="summary-item__header">
|
<h4 class="summary-item__header">
|
||||||
<span class="summary-item__header-text">{{ 'task_orders.form.step_4.total' | translate }}</span>
|
<span class="summary-item__header-text">{{ total | translate }}</span>
|
||||||
{{ Tooltip(("task_orders.review.tooltip.total_value" | translate), title="", classes="summary-item__header-icon") }}
|
{{ Tooltip(("task_orders.review.tooltip.total_value" | translate), title="", classes="summary-item__header-icon") }}
|
||||||
</h4>
|
</h4>
|
||||||
<p class="summary-item__value--large">
|
<p class="summary-item__value--large">
|
||||||
@ -29,7 +39,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class='col col--grow summary-item'>
|
<div class='col col--grow summary-item'>
|
||||||
<h4 class="summary-item__header">
|
<h4 class="summary-item__header">
|
||||||
<span class="summary-item__header-text">{{ 'task_orders.form.step_4.expended' | translate }}</span>
|
<span class="summary-item__header-text">{{ expended | translate }}</span>
|
||||||
{{ Tooltip(("task_orders.review.tooltip.expended_funds" | translate), title="", classes="summary-item__header-icon") }}
|
{{ Tooltip(("task_orders.review.tooltip.expended_funds" | translate), title="", classes="summary-item__header-icon") }}
|
||||||
</h4>
|
</h4>
|
||||||
<p class="summary-item__value--large">
|
<p class="summary-item__value--large">
|
||||||
|
@ -490,6 +490,10 @@ task_orders:
|
|||||||
JEDI_CLIN_2: 'Classified IaaS and PaaS (IDIQ CLIN 0002)'
|
JEDI_CLIN_2: 'Classified IaaS and PaaS (IDIQ CLIN 0002)'
|
||||||
JEDI_CLIN_3: 'Unclassified Cloud Support Package (IDIQ CLIN 0003)'
|
JEDI_CLIN_3: 'Unclassified Cloud Support Package (IDIQ CLIN 0003)'
|
||||||
JEDI_CLIN_4: 'Classified Cloud Support Package (IDIQ CLIN 0004)'
|
JEDI_CLIN_4: 'Classified Cloud Support Package (IDIQ CLIN 0004)'
|
||||||
|
summary:
|
||||||
|
obligated: Total obligated funds
|
||||||
|
total: Total Task Order value
|
||||||
|
expended: Total expended funds
|
||||||
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user