diff --git a/templates/task_orders/fragments/task_order_view.html b/templates/task_orders/fragments/task_order_view.html index b71a683c..c78434ee 100644 --- a/templates/task_orders/fragments/task_order_view.html +++ b/templates/task_orders/fragments/task_order_view.html @@ -8,8 +8,8 @@ {% set expended_funds = task_order.invoiced_funds %}
-
-
+
+

{{ 'task_orders.summary.total' | translate }} {{ Tooltip(("task_orders.review.tooltip.total_value" | translate), title="", classes="icon-tooltip--tight") }} @@ -18,7 +18,7 @@ {{ contract_amount | dollars }}

-
+

{{ 'task_orders.summary.obligated' | translate }} {{ Tooltip(("task_orders.review.tooltip.obligated_funds" | translate), title="", classes="icon-tooltip--tight") }} diff --git a/templates/task_orders/index.html b/templates/task_orders/index.html index cbc412d4..f643894a 100644 --- a/templates/task_orders/index.html +++ b/templates/task_orders/index.html @@ -34,8 +34,8 @@

{{ to_number }} {{ Icon("caret_right", classes="icon--tiny icon--primary" ) }}

{% if status != 'Expired' -%} -
-
+
+
Current Period of Performance
@@ -45,11 +45,11 @@ {{ task_order.end_date | formattedDate(formatter="%b %d, %Y") }}

-
+
Total Value

{{ task_order.total_contract_amount | dollars }}

-
+
Total Obligated

{{ task_order.total_obligated_funds | dollars }}